COLOR #EFC07C

HEX: #EFC07C
RGB: (239,192,124)

Renk bilgisi

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

RGB renk modeli

#EFC07C color RGB value is (239,192,124).

  • kırmız ton 239;
  • yeşil ton 192;
  • mavi ton 124.
RGB:
(239,192,124)
(94%,75%,49%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 192 of 255 = 75%
B 124 of 255 = 49%

239
192
124

R + G + B ~ 73%. #EFC07C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 192 + 124 = 555 (100%)
R 239 of 555 ~ 43.06%
G 192 of 555 ~ 34.59%
B 124 of 555 ~ 22.34%

%43.06
%34.59
%22.34

CMYK RENK MODELİ

#EFC07C rengi CMYK tonu (0,20,48,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.67%
  • sarı tonu 48.12%
  • ana renk tonu 6.27%
CMYK:
(0,20,48,6)
C0M20Y48K6 
(0%,20%,48%,6%)
(0.00/0.20/0.48/0.06)	

CMYK yüzdeleri

%0
%19.67
%48.12
%6.27

Codes

Color #EFC07C in popluar color models

EFC07C
RGB239192124
HSL35°78.23%71.18%
HSB/HSV35°48.12%93.73%
CMYK0.00%19.67%48.12%
6.27%

Color #EFC07C in popluar number systems.

HEXEFC07C
Decimal239192124
Binary11101111110000001111100
Octal357300174

Shades and tints

Shades of #EFC07C

#EFC07C
(239,192,124)
#DAAF71
(218,175,113)
#C59E66
(197,158,102)
#B08D5B
(176,141,91)
#9B7C50
(155,124,80)
#866B45
(134,107,69)
#715A3A
(113,90,58)
#5C492F
(92,73,47)
#473824
(71,56,36)
#322719
(50,39,25)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #EFC07C

#EFC07C
(239,192,124)
#F0C587
(240,197,135)
#F1CA92
(241,202,146)
#F2CF9D
(242,207,157)
#F3D4A8
(243,212,168)
#F4D9B3
(244,217,179)
#F5DEBE
(245,222,190)
#F6E3C9
(246,227,201)
#F7E8D4
(247,232,212)
#F8EDDF
(248,237,223)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC07C color. Also use rgb(239,192,124) instead hex code.

Text Font Color

.myTextColor { color: #EFC07C; }

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

This text font color is #EFC07C.


Background Color

.myBgColor { background-color: #EFC07C; }

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

This div background color is #EFC07C.


Border color

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

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

This div border color is #EFC07C.


Opacity

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

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

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

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

This text has shadow with #EFC07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC07C on black background.


Color preview on white background

This text has color #EFC07C on white background.



Black color preview on #EFC07C background

This text has black color on #EFC07C background.


White color preview on #EFC07C background

This text has white color on #EFC07C background.