COLOR #EFB759

HEX: #EFB759
RGB: (239,183,89)

Renk bilgisi

#EFB759 contains mainly red and green colors. #EFB759 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EFB759 color RGB value is (239,183,89).

  • kırmız ton 239;
  • yeşil ton 183;
  • mavi ton 89.
RGB:
(239,183,89)
(94%,72%,35%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 183 of 255 = 72%
B 89 of 255 = 35%

239
183
89

R + G + B ~ 67%. #EFB759 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 183 + 89 = 511 (100%)
R 239 of 511 ~ 46.77%
G 183 of 511 ~ 35.81%
B 89 of 511 ~ 17.42%

%46.77
%35.81
%17.42

CMYK RENK MODELİ

#EFB759 rengi CMYK tonu (0,23,63,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.43%
  • sarı tonu 62.76%
  • ana renk tonu 6.27%
CMYK:
(0,23,63,6)
C0M23Y63K6 
(0%,23%,63%,6%)
(0.00/0.23/0.63/0.06)	

CMYK yüzdeleri

%0
%23.43
%62.76
%6.27

Codes

Color #EFB759 in popluar color models

EFB759
RGB23918389
HSL38°82.42%64.31%
HSB/HSV38°62.76%93.73%
CMYK0.00%23.43%62.76%
6.27%

Color #EFB759 in popluar number systems.

HEXEFB759
Decimal23918389
Binary11101111101101111011001
Octal357267131

Shades and tints

Shades of #EFB759

#EFB759
(239,183,89)
#DAA751
(218,167,81)
#C59749
(197,151,73)
#B08741
(176,135,65)
#9B7739
(155,119,57)
#866731
(134,103,49)
#715729
(113,87,41)
#5C4721
(92,71,33)
#473719
(71,55,25)
#322711
(50,39,17)
#1D1709
(29,23,9)
#000000
(0,0,0)

Tints of #EFB759

#EFB759
(239,183,89)
#F0BD68
(240,189,104)
#F1C377
(241,195,119)
#F2C986
(242,201,134)
#F3CF95
(243,207,149)
#F4D5A4
(244,213,164)
#F5DBB3
(245,219,179)
#F6E1C2
(246,225,194)
#F7E7D1
(247,231,209)
#F8EDE0
(248,237,224)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB759 color. Also use rgb(239,183,89) instead hex code.

Text Font Color

.myTextColor { color: #EFB759; }

<p style="color:#EFB759">This sample text font color is #EFB759.</p>

This text font color is #EFB759.


Background Color

.myBgColor { background-color: #EFB759; }

<div style="background-color:#EFB759">Inner text</div>

This div background color is #EFB759.


Border color

.myBorderColor { border: 1px solid #EFB759; }

<div style="border:3px solid #EFB759">Div</div>

This div border color is #EFB759.


Opacity

.myOpacity80 { color: #EFB759; opacity: 0.8; }

<p style="color:#EFB759;opacity:0.8;">80%</p>

Text with #EFB759 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFB759;}

<p style="text-shadow: 3px 3px 1px #EFB759">Text here.</p>

This text has shadow with #EFB759 color.

.textShadow {text-shadow: 3px 3px 1px #EFB759, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFB759, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFB759 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFB759, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFB759, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFB759 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFB759;
  -webkit-box-shadow:	1px 1px 3px 2px #EFB759;
  box-shadow:		1px 1px 3px 2px #EFB759;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFB759;
-webkit-box-shadow: 1px 1px 3px 2px #EFB759;
box-shadow:1px 1px 3px 2px #EFB759;">
Div content here</div>
This div box has shadow with color #EFB759.

Preview

Color preview on black background

This text has color #EFB759 on black background.


Color preview on white background

This text has color #EFB759 on white background.



Black color preview on #EFB759 background

This text has black color on #EFB759 background.


White color preview on #EFB759 background

This text has white color on #EFB759 background.