COLOR #EFC78A

HEX: #EFC78A
RGB: (239,199,138)

Renk bilgisi

#EFC78A contains mainly red and green colors. #EFC78A ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFC78A color RGB value is (239,199,138).

  • kırmız ton 239;
  • yeşil ton 199;
  • mavi ton 138.
RGB:
(239,199,138)
(94%,78%,54%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 138 of 255 = 54%

239
199
138

R + G + B ~ 75%. #EFC78A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 138 = 576 (100%)
R 239 of 576 ~ 41.49%
G 199 of 576 ~ 34.55%
B 138 of 576 ~ 23.96%

%41.49
%34.55
%23.96

CMYK RENK MODELİ

#EFC78A rengi CMYK tonu (0,17,42,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.74%
  • sarı tonu 42.26%
  • ana renk tonu 6.27%
CMYK:
(0,17,42,6)
C0M17Y42K6 
(0%,17%,42%,6%)
(0.00/0.17/0.42/0.06)	

CMYK yüzdeleri

%0
%16.74
%42.26
%6.27

Codes

Color #EFC78A in popluar color models

EFC78A
RGB239199138
HSL36°75.94%73.92%
HSB/HSV36°42.26%93.73%
CMYK0.00%16.74%42.26%
6.27%

Color #EFC78A in popluar number systems.

HEXEFC78A
Decimal239199138
Binary111011111100011110001010
Octal357307212

Shades and tints

Shades of #EFC78A

#EFC78A
(239,199,138)
#DAB57E
(218,181,126)
#C5A372
(197,163,114)
#B09166
(176,145,102)
#9B7F5A
(155,127,90)
#866D4E
(134,109,78)
#715B42
(113,91,66)
#5C4936
(92,73,54)
#47372A
(71,55,42)
#32251E
(50,37,30)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #EFC78A

#EFC78A
(239,199,138)
#F0CC94
(240,204,148)
#F1D19E
(241,209,158)
#F2D6A8
(242,214,168)
#F3DBB2
(243,219,178)
#F4E0BC
(244,224,188)
#F5E5C6
(245,229,198)
#F6EAD0
(246,234,208)
#F7EFDA
(247,239,218)
#F8F4E4
(248,244,228)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC78A color. Also use rgb(239,199,138) instead hex code.

Text Font Color

.myTextColor { color: #EFC78A; }

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

This text font color is #EFC78A.


Background Color

.myBgColor { background-color: #EFC78A; }

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

This div background color is #EFC78A.


Border color

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

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

This div border color is #EFC78A.


Opacity

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

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

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

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

This text has shadow with #EFC78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC78A on black background.


Color preview on white background

This text has color #EFC78A on white background.



Black color preview on #EFC78A background

This text has black color on #EFC78A background.


White color preview on #EFC78A background

This text has white color on #EFC78A background.