Html Css Color HEX #EFCE8C Cherokee

📋 copy color: '#EFCE8C'

red 239 ◦ green 206 ◦ blue 140

#EFCE8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #EFCE8C

Tints of Cherokee #EFCE8C

RGB

 RED value IS 239 (93.75% from 255) = 40.85%

 GREEN value IS 206 (80.86% from 255) = 35.21%

 BLUE value IS 140 (55.08% from 255) = 23.93%

R = 40.85%
G = 35.21%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFCE8C (or 0xEFCE8C) is known color: Cherokee. HEX triplet: EF, CE and 8C. RGB value is (239,206,140). Sum of RGB (Red+Green+Blue) = 239+206+140=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE8C is #103173. Grayscale: #D0D0D0. Windows color (decimal): -1061236 or 9228015. OLE color: 9228015.

HSL color Cylindrical-coordinate representation of color #EFCE8C: hue angle of 40º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFCE8C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 140 -
CMYK 0 0.14 0.41 0.06
HSL 40º 0.76% 0.74% -
HSV(B) 40º 0.41% 0.94% -
XYZ 62.4 64.39 33.95 -
YUV 208.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 239 206 140 0 0.14 0.41 0.06 40 0.76 0.74
Hex EF CE 8C 0 E 29 6 28 4C 4A
Octal 357 316 214 0 16 51 6 50 114 112
Binary 11101111 11001110 10001100 0 1110 101001 110 101000 1001100 1001010

Color Harmonies of #EFCE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE8C

Black with #EFCE8C

Text Example


Text Example

White with #EFCE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE8C; }

 p { color: rgb(239,206,140); }

 H1.HeaderClassName
 {
   color: #EFCE8C;
 }
 .AnyTagClassName
 {
   color: #EFCE8C;
 }
</style>

background-color css

<style>
 a { background-color: #EFCE8C; }

 a { background-color: rgb(239,206,140); }

 div.DivClassName
 {
   background-color: #EFCE8C;
 }
 .BgClassName
 {
   background-color: #EFCE8C;
 }
</style>

border-color css

<style>
 span { border-color: #EFCE8C; }

 span { border-color: rgb(239,206,140); }

 td.TdClassName
 {
   border-color: #EFCE8C;
 }
 .TagClassName
 {
   border-color: #EFCE8C;
 }
</style>