Html Css Color HEX #EED180 Cherokee

📋 copy color: '#EED180'

red 238 ◦ green 209 ◦ blue 128

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

Shades of Cherokee #EED180

Tints of Cherokee #EED180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 41.39%
G = 36.35%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EED180 (or 0xEED180) is known color: Cherokee. HEX triplet: EE, D1 and 80. RGB value is (238,209,128). Sum of RGB (Red+Green+Blue) = 238+209+128=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED180 is #112E7F. Grayscale: #D0D0D0. Windows color (decimal): -1126016 or 8442350. OLE color: 8442350.

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

Color convert

RGB 238 209 128 -
CMYK 0 0.12 0.46 0.07
HSL 44.18º 0.76% 0.72% -
HSV(B) 44.18º 0.46% 0.93% -
XYZ 61.96 65.34 29.77 -
YUV 208.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 238 209 128 0 0.12 0.46 0.07 44.18 0.76 0.72
Hex EE D1 80 0 C 2E 7 2C 4C 48
Octal 356 321 200 0 14 56 7 54 114 110
Binary 11101110 11010001 10000000 0 1100 101110 111 101100 1001100 1001000

Color Harmonies of #EED180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED180

Black with #EED180

Text Example


Text Example

White with #EED180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED180; }

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

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

background-color css

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

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

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

border-color css

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

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

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