#EEDF84

Color #EEDF84 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EEDF84

Tints of Light Goldenrod #EEDF84

Color information

#EEDF84 (or 0xEEDF84) is unknown color: approx Light Goldenrod. HEX triplet: EE, DF and 84. RGB value is (238,223,132). Sum of RGB (Red+Green+Blue) = 238+223+132=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF84 is #11207B. Grayscale: #D9D9D9. Windows color (decimal): -1122428 or 8708078. OLE color: 8708078.

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

Color convert

RGB238223132-
CMYK00.060.450.07
HSL51.51º75.71%72.55%-
HSV(B)51.51º44.54%93.33%-
XYZ65.8172.6232.38-
YUV217.1179.97142.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=40.13%
G=37.61%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822313200.060.450.0751.5175.7172.55
HexEEDF84062D7344c49
Octal3563372040655764114111
Binary111011101101111110000100011010110111111010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF84; }

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

 H1.HeaderClassName
 {
   color: #EEDF84;
 }
 .AnyTagClassName
 {
   color: #EEDF84;
 }
</style>
background-color css

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

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

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

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

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

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