Shades of Light Goldenrod #EDE284
Tints of Light Goldenrod #EDE284
RGB
CMYK
RGB Variations
Color information
#EDE284 (or 0xEDE284) is known color: Light Goldenrod. HEX triplet: ED, E2 and 84. RGB value is (237,226,132). Sum of RGB (Red+Green+Blue) = 237+226+132=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE284 is #121D7B. Grayscale: #DADADA. Windows color (decimal): -1187196 or 8708845. OLE color: 8708845.
HSL color Cylindrical-coordinate representation of color #EDE284: hue angle of 53.71º 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 #EDE284 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 132 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 53.71º | 0.74% | 0.72% | - |
| HSV(B) | 53.71º | 0.44% | 0.93% | - |
| XYZ | 66.29 | 74.06 | 32.63 | - |
| YUV | 218.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 132 | 0 | 0.05 | 0.44 | 0.07 | 53.71 | 0.74 | 0.72 |
| Hex | ED | E2 | 84 | 0 | 5 | 2C | 7 | 36 | 4A | 48 |
| Octal | 355 | 342 | 204 | 0 | 5 | 54 | 7 | 66 | 112 | 110 |
| Binary | 11101101 | 11100010 | 10000100 | 0 | 101 | 101100 | 111 | 110110 | 1001010 | 1001000 |
Color Harmonies of #EDE284
Complementary color
Monochromatic Colors of #EDE284
Black with #EDE284
Text Example
Text Example
White with #EDE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE284; }
p { color: rgb(237,226,132); }
H1.HeaderClassName
{
color: #EDE284;
}
.AnyTagClassName
{
color: #EDE284;
}
</style>
background-color css
<style>
a { background-color: #EDE284; }
a { background-color: rgb(237,226,132); }
div.DivClassName
{
background-color: #EDE284;
}
.BgClassName
{
background-color: #EDE284;
}
</style>
border-color css
<style>
span { border-color: #EDE284; }
span { border-color: rgb(237,226,132); }
td.TdClassName
{
border-color: #EDE284;
}
.TagClassName
{
border-color: #EDE284;
}
</style>