COLOR #EFA959

HEX: #EFA959
RGB: (239,169,89)

Renk bilgisi

#EFA959 contains mainly red color. #EFA959 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EFA959 color RGB value is (239,169,89).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 169 of 255 = 66%
B 89 of 255 = 35%

239
169
89

R + G + B ~ 65%. #EFA959 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 169 + 89 = 497 (100%)
R 239 of 497 ~ 48.09%
G 169 of 497 ~ 34%
B 89 of 497 ~ 17.91%

%48.09
%34
%17.91

CMYK RENK MODELİ

#EFA959 rengi CMYK tonu (0,29,63,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.29%
  • sarı tonu 62.76%
  • ana renk tonu 6.27%
CMYK:
(0,29,63,6)
C0M29Y63K6 
(0%,29%,63%,6%)
(0.00/0.29/0.63/0.06)	

CMYK yüzdeleri

%0
%29.29
%62.76
%6.27

Codes

Color #EFA959 in popluar color models

EFA959
RGB23916989
HSL32°82.42%64.31%
HSB/HSV32°62.76%93.73%
CMYK0.00%29.29%62.76%
6.27%

Color #EFA959 in popluar number systems.

HEXEFA959
Decimal23916989
Binary11101111101010011011001
Octal357251131

Shades and tints

Shades of #EFA959

#EFA959
(239,169,89)
#DA9A51
(218,154,81)
#C58B49
(197,139,73)
#B07C41
(176,124,65)
#9B6D39
(155,109,57)
#865E31
(134,94,49)
#714F29
(113,79,41)
#5C4021
(92,64,33)
#473119
(71,49,25)
#322211
(50,34,17)
#1D1309
(29,19,9)
#000000
(0,0,0)

Tints of #EFA959

#EFA959
(239,169,89)
#F0B068
(240,176,104)
#F1B777
(241,183,119)
#F2BE86
(242,190,134)
#F3C595
(243,197,149)
#F4CCA4
(244,204,164)
#F5D3B3
(245,211,179)
#F6DAC2
(246,218,194)
#F7E1D1
(247,225,209)
#F8E8E0
(248,232,224)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA959; }

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

This text font color is #EFA959.


Background Color

.myBgColor { background-color: #EFA959; }

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

This div background color is #EFA959.


Border color

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

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

This div border color is #EFA959.


Opacity

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

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

Text with #EFA959 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 #EFA959;}

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

This text has shadow with #EFA959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA959 on black background.


Color preview on white background

This text has color #EFA959 on white background.



Black color preview on #EFA959 background

This text has black color on #EFA959 background.


White color preview on #EFA959 background

This text has white color on #EFA959 background.