#EDDE84

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

Shades of Light Goldenrod #EDDE84

Tints of Light Goldenrod #EDDE84

Color information

#EDDE84 (or 0xEDDE84) is unknown color: approx Light Goldenrod. HEX triplet: ED, DE and 84. RGB value is (237,222,132). Sum of RGB (Red+Green+Blue) = 237+222+132=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE84 is #12217B. Grayscale: #D8D8D8. Windows color (decimal): -1188220 or 8707821. OLE color: 8707821.

HSL color Cylindrical-coordinate representation of color #EDDE84: hue angle of 51.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDE84 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237222132-
CMYK00.060.440.07
HSL51.43º74.47%72.35%-
HSV(B)51.43º44.3%92.94%-
XYZ65.2171.9132.27-
YUV216.2280.47142.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 132 (51.95% from 255) = 22.34%
R=40.10%
G=37.56%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722213200.060.440.0751.4374.4772.35
HexEDDE84062C7334a48
Octal3553362040654763112110
Binary111011011101111010000100011010110011111001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE84; }

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

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

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

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

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

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

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

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