Html Css Color HEX #EFCC8C Cherokee

📋 copy color: '#EFCC8C'

red 239 ◦ green 204 ◦ blue 140

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

Shades of Cherokee #EFCC8C

Tints of Cherokee #EFCC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 40.99%
G = 34.99%
B = 24.01%

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

#EFCC8C (or 0xEFCC8C) is known color: Cherokee. HEX triplet: EF, CC and 8C. RGB value is (239,204,140). Sum of RGB (Red+Green+Blue) = 239+204+140=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC8C is #103373. Grayscale: #CFCFCF. Windows color (decimal): -1061748 or 9227503. OLE color: 9227503.

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

Color convert

RGB 239 204 140 -
CMYK 0 0.15 0.41 0.06
HSL 38.79º 0.76% 0.74% -
HSV(B) 38.79º 0.41% 0.94% -
XYZ 61.92 63.43 33.79 -
YUV 207.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 239 204 140 0 0.15 0.41 0.06 38.79 0.76 0.74
Hex EF CC 8C 0 F 29 6 27 4C 4A
Octal 357 314 214 0 17 51 6 47 114 112
Binary 11101111 11001100 10001100 0 1111 101001 110 100111 1001100 1001010

Color Harmonies of #EFCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC8C

Black with #EFCC8C

Text Example


Text Example

White with #EFCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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