#EDE184

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

Shades of Light Goldenrod #EDE184

Tints of Light Goldenrod #EDE184

Color information

#EDE184 (or 0xEDE184) is unknown color: approx Light Goldenrod. HEX triplet: ED, E1 and 84. RGB value is (237,225,132). Sum of RGB (Red+Green+Blue) = 237+225+132=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE184 is #121E7B. Grayscale: #DADADA. Windows color (decimal): -1187452 or 8708589. OLE color: 8708589.

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

Color convert

RGB237225132-
CMYK00.050.440.07
HSL53.14º74.47%72.35%-
HSV(B)53.14º44.3%92.94%-
XYZ66.0273.5232.54-
YUV217.9979.48141.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 132 (51.95% from 255) = 22.22%
R=39.90%
G=37.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722513200.050.440.0753.1474.4772.35
HexEDE184052C7354a48
Octal3553412040554765112110
Binary111011011110000110000100010110110011111010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE184; }

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

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

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

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

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

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

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

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