Html Css Color HEX #EFCA8C Cherokee

📋 copy color: '#EFCA8C'

red 239 ◦ green 202 ◦ blue 140

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

Shades of Cherokee #EFCA8C

Tints of Cherokee #EFCA8C

RGB

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

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

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

R = 41.14%
G = 34.77%
B = 24.1%

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

#EFCA8C (or 0xEFCA8C) is known color: Cherokee. HEX triplet: EF, CA and 8C. RGB value is (239,202,140). Sum of RGB (Red+Green+Blue) = 239+202+140=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA8C is #103573. Grayscale: #CECECE. Windows color (decimal): -1062260 or 9226991. OLE color: 9226991.

HSL color Cylindrical-coordinate representation of color #EFCA8C: hue angle of 37.58º 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 #EFCA8C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 140 -
CMYK 0 0.15 0.41 0.06
HSL 37.58º 0.76% 0.74% -
HSV(B) 37.58º 0.41% 0.94% -
XYZ 61.45 62.49 33.63 -
YUV 206 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 239 202 140 0 0.15 0.41 0.06 37.58 0.76 0.74
Hex EF CA 8C 0 F 29 6 26 4C 4A
Octal 357 312 214 0 17 51 6 46 114 112
Binary 11101111 11001010 10001100 0 1111 101001 110 100110 1001100 1001010

Color Harmonies of #EFCA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA8C

Black with #EFCA8C

Text Example


Text Example

White with #EFCA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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