Html Css Color HEX #EFD08C Cherokee

📋 copy color: '#EFD08C'

red 239 ◦ green 208 ◦ blue 140

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

Shades of Cherokee #EFD08C

Tints of Cherokee #EFD08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.43%

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

R = 40.72%
G = 35.43%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD08C (or 0xEFD08C) is known color: Cherokee. HEX triplet: EF, D0 and 8C. RGB value is (239,208,140). Sum of RGB (Red+Green+Blue) = 239+208+140=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD08C is #102F73. Grayscale: #D1D1D1. Windows color (decimal): -1060724 or 9228527. OLE color: 9228527.

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

Color convert

RGB 239 208 140 -
CMYK 0 0.13 0.41 0.06
HSL 41.21º 0.76% 0.74% -
HSV(B) 41.21º 0.41% 0.94% -
XYZ 62.89 65.36 34.11 -
YUV 209.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 239 208 140 0 0.13 0.41 0.06 41.21 0.76 0.74
Hex EF D0 8C 0 D 29 6 29 4C 4A
Octal 357 320 214 0 15 51 6 51 114 112
Binary 11101111 11010000 10001100 0 1101 101001 110 101001 1001100 1001010

Color Harmonies of #EFD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD08C

Black with #EFD08C

Text Example


Text Example

White with #EFD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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