Html Css Color HEX #EED182 Cherokee

📋 copy color: '#EED182'

red 238 ◦ green 209 ◦ blue 130

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

Shades of Cherokee #EED182

Tints of Cherokee #EED182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 41.25%
G = 36.22%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EED182 (or 0xEED182) is known color: Cherokee. HEX triplet: EE, D1 and 82. RGB value is (238,209,130). Sum of RGB (Red+Green+Blue) = 238+209+130=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED182 is #112E7D. Grayscale: #D1D1D1. Windows color (decimal): -1126014 or 8573422. OLE color: 8573422.

HSL color Cylindrical-coordinate representation of color #EED182: hue angle of 43.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED182 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 130 -
CMYK 0 0.12 0.45 0.07
HSL 43.89º 0.76% 0.72% -
HSV(B) 43.89º 0.45% 0.93% -
XYZ 62.09 65.39 30.47 -
YUV 208.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 238 209 130 0 0.12 0.45 0.07 43.89 0.76 0.72
Hex EE D1 82 0 C 2D 7 2C 4C 48
Octal 356 321 202 0 14 55 7 54 114 110
Binary 11101110 11010001 10000010 0 1100 101101 111 101100 1001100 1001000

Color Harmonies of #EED182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED182

Black with #EED182

Text Example


Text Example

White with #EED182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED182; }

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

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

background-color css

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

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

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

border-color css

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

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

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