Html Css Color HEX #EED08C Cherokee

📋 copy color: '#EED08C'

red 238 ◦ green 208 ◦ blue 140

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

Shades of Cherokee #EED08C

Tints of Cherokee #EED08C

RGB

 RED value IS 238 (93.36% from 255) = 40.61%

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

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

R = 40.61%
G = 35.49%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EED08C (or 0xEED08C) is known color: Cherokee. HEX triplet: EE, D0 and 8C. RGB value is (238,208,140). Sum of RGB (Red+Green+Blue) = 238+208+140=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED08C is #112F73. Grayscale: #D1D1D1. Windows color (decimal): -1126260 or 9228526. OLE color: 9228526.

HSL color Cylindrical-coordinate representation of color #EED08C: hue angle of 41.63º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EED08C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 140 -
CMYK 0 0.13 0.41 0.07
HSL 41.63º 0.74% 0.74% -
HSV(B) 41.63º 0.41% 0.93% -
XYZ 62.55 65.18 34.1 -
YUV 209.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 238 208 140 0 0.13 0.41 0.07 41.63 0.74 0.74
Hex EE D0 8C 0 D 29 7 2A 4A 4A
Octal 356 320 214 0 15 51 7 52 112 112
Binary 11101110 11010000 10001100 0 1101 101001 111 101010 1001010 1001010

Color Harmonies of #EED08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED08C

Black with #EED08C

Text Example


Text Example

White with #EED08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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