Html Css Color HEX #EFCD8C Cherokee

📋 copy color: '#EFCD8C'

red 239 ◦ green 205 ◦ blue 140

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

Shades of Cherokee #EFCD8C

Tints of Cherokee #EFCD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

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

R = 40.92%
G = 35.1%
B = 23.97%

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

#EFCD8C (or 0xEFCD8C) is known color: Cherokee. HEX triplet: EF, CD and 8C. RGB value is (239,205,140). Sum of RGB (Red+Green+Blue) = 239+205+140=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD8C is #103273. Grayscale: #D0D0D0. Windows color (decimal): -1061492 or 9227759. OLE color: 9227759.

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

Color convert

RGB 239 205 140 -
CMYK 0 0.14 0.41 0.06
HSL 39.39º 0.76% 0.74% -
HSV(B) 39.39º 0.41% 0.94% -
XYZ 62.16 63.91 33.87 -
YUV 207.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 239 205 140 0 0.14 0.41 0.06 39.39 0.76 0.74
Hex EF CD 8C 0 E 29 6 27 4C 4A
Octal 357 315 214 0 16 51 6 47 114 112
Binary 11101111 11001101 10001100 0 1110 101001 110 100111 1001100 1001010

Color Harmonies of #EFCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD8C

Black with #EFCD8C

Text Example


Text Example

White with #EFCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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