Html Css Color HEX #EEDE84 Light Goldenrod

📋 copy color: '#EEDE84'

red 238 ◦ green 222 ◦ blue 132

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

Shades of Light Goldenrod #EEDE84

Tints of Light Goldenrod #EEDE84

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

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

R = 40.2%
G = 37.5%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEDE84 (or 0xEEDE84) is known color: Light Goldenrod. HEX triplet: EE, DE and 84. RGB value is (238,222,132). Sum of RGB (Red+Green+Blue) = 238+222+132=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE84 is #11217B. Grayscale: #D8D8D8. Windows color (decimal): -1122684 or 8707822. OLE color: 8707822.

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

Color convert

RGB 238 222 132 -
CMYK 0 0.07 0.45 0.07
HSL 50.94º 0.76% 0.73% -
HSV(B) 50.94º 0.45% 0.93% -
XYZ 65.55 72.09 32.29 -
YUV 216.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 238 222 132 0 0.07 0.45 0.07 50.94 0.76 0.73
Hex EE DE 84 0 7 2D 7 33 4C 49
Octal 356 336 204 0 7 55 7 63 114 111
Binary 11101110 11011110 10000100 0 111 101101 111 110011 1001100 1001001

Color Harmonies of #EEDE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE84

Black with #EEDE84

Text Example


Text Example

White with #EEDE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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