#EDE081

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

Shades of Light Goldenrod #EDE081

Tints of Light Goldenrod #EDE081

Color information

#EDE081 (or 0xEDE081) is unknown color: approx Light Goldenrod. HEX triplet: ED, E0 and 81. RGB value is (237,224,129). Sum of RGB (Red+Green+Blue) = 237+224+129=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE081 is #121F7E. Grayscale: #D9D9D9. Windows color (decimal): -1187711 or 8511725. OLE color: 8511725.

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

Color convert

RGB237224129-
CMYK00.050.460.07
HSL52.78º75%71.76%-
HSV(B)52.78º45.57%92.94%-
XYZ65.5472.931.39-
YUV217.0678.31142.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 129 (50.78% from 255) = 21.86%
R=40.17%
G=37.97%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722412900.050.460.0752.787571.76
HexEDE081052E7354b48
Octal3553402010556765113110
Binary111011011110000010000001010110111011111010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE081; }

 p { color: rgb(237,224,129); }

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

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

 a { background-color: rgb(237,224,129); }

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

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

 span { border-color: rgb(237,224,129); }

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