Html Css Color HEX #EED186 Cherokee

📋 copy color: '#EED186'

red 238 ◦ green 209 ◦ blue 134

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

Shades of Cherokee #EED186

Tints of Cherokee #EED186

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.97%

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

R = 40.96%
G = 35.97%
B = 23.06%

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

#EED186 (or 0xEED186) is known color: Cherokee. HEX triplet: EE, D1 and 86. RGB value is (238,209,134). Sum of RGB (Red+Green+Blue) = 238+209+134=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED186 is #112E79. Grayscale: #D1D1D1. Windows color (decimal): -1126010 or 8835566. OLE color: 8835566.

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

Color convert

RGB 238 209 134 -
CMYK 0 0.12 0.44 0.07
HSL 43.27º 0.75% 0.73% -
HSV(B) 43.27º 0.44% 0.93% -
XYZ 62.36 65.5 31.91 -
YUV 209.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 238 209 134 0 0.12 0.44 0.07 43.27 0.75 0.73
Hex EE D1 86 0 C 2C 7 2B 4B 49
Octal 356 321 206 0 14 54 7 53 113 111
Binary 11101110 11010001 10000110 0 1100 101100 111 101011 1001011 1001001

Color Harmonies of #EED186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED186

Black with #EED186

Text Example


Text Example

White with #EED186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED186; }

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

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

background-color css

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

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

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

border-color css

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

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

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