Html Css Color HEX #EED185 Cherokee

📋 copy color: '#EED185'

red 238 ◦ green 209 ◦ blue 133

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

Shades of Cherokee #EED185

Tints of Cherokee #EED185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.93%

R = 41.03%
G = 36.03%
B = 22.93%

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

#EED185 (or 0xEED185) is known color: Cherokee. HEX triplet: EE, D1 and 85. RGB value is (238,209,133). Sum of RGB (Red+Green+Blue) = 238+209+133=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED185 is #112E7A. Grayscale: #D1D1D1. Windows color (decimal): -1126011 or 8770030. OLE color: 8770030.

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

Color convert

RGB 238 209 133 -
CMYK 0 0.12 0.44 0.07
HSL 43.43º 0.76% 0.73% -
HSV(B) 43.43º 0.44% 0.93% -
XYZ 62.29 65.47 31.54 -
YUV 209.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 238 209 133 0 0.12 0.44 0.07 43.43 0.76 0.73
Hex EE D1 85 0 C 2C 7 2B 4C 49
Octal 356 321 205 0 14 54 7 53 114 111
Binary 11101110 11010001 10000101 0 1100 101100 111 101011 1001100 1001001

Color Harmonies of #EED185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED185

Black with #EED185

Text Example


Text Example

White with #EED185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED185; }

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

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

background-color css

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

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

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

border-color css

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

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

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