Html Css Color HEX #EED284 Cherokee

📋 copy color: '#EED284'

red 238 ◦ green 210 ◦ blue 132

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

Shades of Cherokee #EED284

Tints of Cherokee #EED284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.76%

R = 41.03%
G = 36.21%
B = 22.76%

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

#EED284 (or 0xEED284) is known color: Cherokee. HEX triplet: EE, D2 and 84. RGB value is (238,210,132). Sum of RGB (Red+Green+Blue) = 238+210+132=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED284 is #112D7B. Grayscale: #D1D1D1. Windows color (decimal): -1125756 or 8704750. OLE color: 8704750.

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

Color convert

RGB 238 210 132 -
CMYK 0 0.12 0.45 0.07
HSL 44.15º 0.76% 0.73% -
HSV(B) 44.15º 0.45% 0.93% -
XYZ 62.47 65.94 31.26 -
YUV 209.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 238 210 132 0 0.12 0.45 0.07 44.15 0.76 0.73
Hex EE D2 84 0 C 2D 7 2C 4C 49
Octal 356 322 204 0 14 55 7 54 114 111
Binary 11101110 11010010 10000100 0 1100 101101 111 101100 1001100 1001001

Color Harmonies of #EED284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED284

Black with #EED284

Text Example


Text Example

White with #EED284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED284; }

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

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

background-color css

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

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

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

border-color css

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

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

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