Shades of Light Goldenrod #EDE282
Tints of Light Goldenrod #EDE282
RGB
CMYK
RGB Variations
Color information
#EDE282 (or 0xEDE282) is known color: Light Goldenrod. HEX triplet: ED, E2 and 82. RGB value is (237,226,130). Sum of RGB (Red+Green+Blue) = 237+226+130=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE282 is #121D7D. Grayscale: #DADADA. Windows color (decimal): -1187198 or 8577773. OLE color: 8577773.
HSL color Cylindrical-coordinate representation of color #EDE282: hue angle of 53.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDE282 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 130 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.07 |
| HSL | 53.83º | 0.75% | 0.72% | - |
| HSV(B) | 53.83º | 0.45% | 0.93% | - |
| XYZ | 66.15 | 74.01 | 31.92 | - |
| YUV | 218.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 130 | 0 | 0.05 | 0.45 | 0.07 | 53.83 | 0.75 | 0.72 |
| Hex | ED | E2 | 82 | 0 | 5 | 2D | 7 | 36 | 4B | 48 |
| Octal | 355 | 342 | 202 | 0 | 5 | 55 | 7 | 66 | 113 | 110 |
| Binary | 11101101 | 11100010 | 10000010 | 0 | 101 | 101101 | 111 | 110110 | 1001011 | 1001000 |
Color Harmonies of #EDE282
Complementary color
Monochromatic Colors of #EDE282
Black with #EDE282
Text Example
Text Example
White with #EDE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE282; }
p { color: rgb(237,226,130); }
H1.HeaderClassName
{
color: #EDE282;
}
.AnyTagClassName
{
color: #EDE282;
}
</style>
background-color css
<style>
a { background-color: #EDE282; }
a { background-color: rgb(237,226,130); }
div.DivClassName
{
background-color: #EDE282;
}
.BgClassName
{
background-color: #EDE282;
}
</style>
border-color css
<style>
span { border-color: #EDE282; }
span { border-color: rgb(237,226,130); }
td.TdClassName
{
border-color: #EDE282;
}
.TagClassName
{
border-color: #EDE282;
}
</style>