Html Css Color HEX #EED086 Cherokee

📋 copy color: '#EED086'

red 238 ◦ green 208 ◦ blue 134

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

Shades of Cherokee #EED086

Tints of Cherokee #EED086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.1%

R = 41.03%
G = 35.86%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED086 (or 0xEED086) is known color: Cherokee. HEX triplet: EE, D0 and 86. RGB value is (238,208,134). Sum of RGB (Red+Green+Blue) = 238+208+134=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED086 is #112F79. Grayscale: #D0D0D0. Windows color (decimal): -1126266 or 8835310. OLE color: 8835310.

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

Color convert

RGB 238 208 134 -
CMYK 0 0.13 0.44 0.07
HSL 42.69º 0.75% 0.73% -
HSV(B) 42.69º 0.44% 0.93% -
XYZ 62.12 65.01 31.83 -
YUV 208.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 238 208 134 0 0.13 0.44 0.07 42.69 0.75 0.73
Hex EE D0 86 0 D 2C 7 2B 4B 49
Octal 356 320 206 0 15 54 7 53 113 111
Binary 11101110 11010000 10000110 0 1101 101100 111 101011 1001011 1001001

Color Harmonies of #EED086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED086

Black with #EED086

Text Example


Text Example

White with #EED086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED086; }

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

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

background-color css

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

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

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

border-color css

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

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

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