Html Css Color HEX #EED084 Cherokee

📋 copy color: '#EED084'

red 238 ◦ green 208 ◦ blue 132

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

Shades of Cherokee #EED084

Tints of Cherokee #EED084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 41.18%
G = 35.99%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EED084 (or 0xEED084) is known color: Cherokee. HEX triplet: EE, D0 and 84. RGB value is (238,208,132). Sum of RGB (Red+Green+Blue) = 238+208+132=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED084 is #112F7B. Grayscale: #D0D0D0. Windows color (decimal): -1126268 or 8704238. OLE color: 8704238.

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

Color convert

RGB 238 208 132 -
CMYK 0 0.13 0.45 0.07
HSL 43.02º 0.76% 0.73% -
HSV(B) 43.02º 0.45% 0.93% -
XYZ 61.98 64.95 31.1 -
YUV 208.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 238 208 132 0 0.13 0.45 0.07 43.02 0.76 0.73
Hex EE D0 84 0 D 2D 7 2B 4C 49
Octal 356 320 204 0 15 55 7 53 114 111
Binary 11101110 11010000 10000100 0 1101 101101 111 101011 1001100 1001001

Color Harmonies of #EED084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED084

Black with #EED084

Text Example


Text Example

White with #EED084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED084; }

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

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

background-color css

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

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

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

border-color css

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

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

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