Shades of Light Goldenrod #EDE180
Tints of Light Goldenrod #EDE180
RGB
CMYK
RGB Variations
Color information
#EDE180 (or 0xEDE180) is known color: Light Goldenrod. HEX triplet: ED, E1 and 80. RGB value is (237,225,128). Sum of RGB (Red+Green+Blue) = 237+225+128=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE180 is #121E7F. Grayscale: #D9D9D9. Windows color (decimal): -1187456 or 8446445. OLE color: 8446445.
HSL color Cylindrical-coordinate representation of color #EDE180: hue angle of 53.39º 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 #EDE180 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 53.39º | 0.75% | 0.72% | - |
| HSV(B) | 53.39º | 0.46% | 0.93% | - |
| XYZ | 65.75 | 73.41 | 31.13 | - |
| YUV | 217.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 128 | 0 | 0.05 | 0.46 | 0.07 | 53.39 | 0.75 | 0.72 |
| Hex | ED | E1 | 80 | 0 | 5 | 2E | 7 | 35 | 4B | 48 |
| Octal | 355 | 341 | 200 | 0 | 5 | 56 | 7 | 65 | 113 | 110 |
| Binary | 11101101 | 11100001 | 10000000 | 0 | 101 | 101110 | 111 | 110101 | 1001011 | 1001000 |
Color Harmonies of #EDE180
Complementary color
Monochromatic Colors of #EDE180
Black with #EDE180
Text Example
Text Example
White with #EDE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE180; }
p { color: rgb(237,225,128); }
H1.HeaderClassName
{
color: #EDE180;
}
.AnyTagClassName
{
color: #EDE180;
}
</style>
background-color css
<style>
a { background-color: #EDE180; }
a { background-color: rgb(237,225,128); }
div.DivClassName
{
background-color: #EDE180;
}
.BgClassName
{
background-color: #EDE180;
}
</style>
border-color css
<style>
span { border-color: #EDE180; }
span { border-color: rgb(237,225,128); }
td.TdClassName
{
border-color: #EDE180;
}
.TagClassName
{
border-color: #EDE180;
}
</style>