Html Css Color HEX #EED08D Cherokee

📋 copy color: '#EED08D'

red 238 ◦ green 208 ◦ blue 141

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

Shades of Cherokee #EED08D

Tints of Cherokee #EED08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.02%

R = 40.55%
G = 35.43%
B = 24.02%

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

#EED08D (or 0xEED08D) is known color: Cherokee. HEX triplet: EE, D0 and 8D. RGB value is (238,208,141). Sum of RGB (Red+Green+Blue) = 238+208+141=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED08D is #112F72. Grayscale: #D1D1D1. Windows color (decimal): -1126259 or 9294062. OLE color: 9294062.

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

Color convert

RGB 238 208 141 -
CMYK 0 0.13 0.41 0.07
HSL 41.44º 0.74% 0.74% -
HSV(B) 41.44º 0.41% 0.93% -
XYZ 62.62 65.21 34.49 -
YUV 209.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 238 208 141 0 0.13 0.41 0.07 41.44 0.74 0.74
Hex EE D0 8D 0 D 29 7 29 4A 4A
Octal 356 320 215 0 15 51 7 51 112 112
Binary 11101110 11010000 10001101 0 1101 101001 111 101001 1001010 1001010

Color Harmonies of #EED08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED08D

Black with #EED08D

Text Example


Text Example

White with #EED08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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