Html Css Color HEX #EFCA8E Cherokee

📋 copy color: '#EFCA8E'

red 239 ◦ green 202 ◦ blue 142

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

Shades of Cherokee #EFCA8E

Tints of Cherokee #EFCA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 142 (55.86% from 255) = 24.36%

R = 40.99%
G = 34.65%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFCA8E (or 0xEFCA8E) is known color: Cherokee. HEX triplet: EF, CA and 8E. RGB value is (239,202,142). Sum of RGB (Red+Green+Blue) = 239+202+142=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA8E is #103571. Grayscale: #CECECE. Windows color (decimal): -1062258 or 9358063. OLE color: 9358063.

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

Color convert

RGB 239 202 142 -
CMYK 0 0.15 0.41 0.06
HSL 37.11º 0.75% 0.75% -
HSV(B) 37.11º 0.41% 0.94% -
XYZ 61.6 62.54 34.42 -
YUV 206.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 239 202 142 0 0.15 0.41 0.06 37.11 0.75 0.75
Hex EF CA 8E 0 F 29 6 25 4B 4B
Octal 357 312 216 0 17 51 6 45 113 113
Binary 11101111 11001010 10001110 0 1111 101001 110 100101 1001011 1001011

Color Harmonies of #EFCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA8E

Black with #EFCA8E

Text Example


Text Example

White with #EFCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA8E; }

 p { color: rgb(239,202,142); }

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

background-color css

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

 a { background-color: rgb(239,202,142); }

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

border-color css

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

 span { border-color: rgb(239,202,142); }

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