Html Css Color HEX #EED286 Cherokee

📋 copy color: '#EED286'

red 238 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #EED286

Tints of Cherokee #EED286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.08%

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

R = 40.89%
G = 36.08%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED286 (or 0xEED286) is known color: Cherokee. HEX triplet: EE, D2 and 86. RGB value is (238,210,134). Sum of RGB (Red+Green+Blue) = 238+210+134=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED286 is #112D79. Grayscale: #D2D2D2. Windows color (decimal): -1125754 or 8835822. OLE color: 8835822.

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

Color convert

RGB 238 210 134 -
CMYK 0 0.12 0.44 0.07
HSL 43.85º 0.75% 0.73% -
HSV(B) 43.85º 0.44% 0.93% -
XYZ 62.61 65.99 31.99 -
YUV 209.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 238 210 134 0 0.12 0.44 0.07 43.85 0.75 0.73
Hex EE D2 86 0 C 2C 7 2C 4B 49
Octal 356 322 206 0 14 54 7 54 113 111
Binary 11101110 11010010 10000110 0 1100 101100 111 101100 1001011 1001001

Color Harmonies of #EED286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED286

Black with #EED286

Text Example


Text Example

White with #EED286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED286; }

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

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

background-color css

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

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

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

border-color css

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

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

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