Html Css Color HEX #EED280 Cherokee

📋 copy color: '#EED280'

red 238 ◦ green 210 ◦ blue 128

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

Shades of Cherokee #EED280

Tints of Cherokee #EED280

RGB

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

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

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

R = 41.32%
G = 36.46%
B = 22.22%

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

#EED280 (or 0xEED280) is known color: Cherokee. HEX triplet: EE, D2 and 80. RGB value is (238,210,128). Sum of RGB (Red+Green+Blue) = 238+210+128=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED280 is #112D7F. Grayscale: #D1D1D1. Windows color (decimal): -1125760 or 8442606. OLE color: 8442606.

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

Color convert

RGB 238 210 128 -
CMYK 0 0.12 0.46 0.07
HSL 44.73º 0.76% 0.72% -
HSV(B) 44.73º 0.46% 0.93% -
XYZ 62.2 65.83 29.85 -
YUV 209.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 238 210 128 0 0.12 0.46 0.07 44.73 0.76 0.72
Hex EE D2 80 0 C 2E 7 2D 4C 48
Octal 356 322 200 0 14 56 7 55 114 110
Binary 11101110 11010010 10000000 0 1100 101110 111 101101 1001100 1001000

Color Harmonies of #EED280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED280

Black with #EED280

Text Example


Text Example

White with #EED280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED280; }

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

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

background-color css

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

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

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

border-color css

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

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

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