Shades of Light Goldenrod #EDE07F
Tints of Light Goldenrod #EDE07F
RGB
CMYK
RGB Variations
Color information
#EDE07F (or 0xEDE07F) is known color: Light Goldenrod. HEX triplet: ED, E0 and 7F. RGB value is (237,224,127). Sum of RGB (Red+Green+Blue) = 237+224+127=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE07F is #121F80. Grayscale: #D9D9D9. Windows color (decimal): -1187713 or 8380653. OLE color: 8380653.
HSL color Cylindrical-coordinate representation of color #EDE07F: hue angle of 52.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE07F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 127 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 52.91º | 0.75% | 0.71% | - |
| HSV(B) | 52.91º | 0.46% | 0.93% | - |
| XYZ | 65.41 | 72.85 | 30.69 | - |
| YUV | 216.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 127 | 0 | 0.05 | 0.46 | 0.07 | 52.91 | 0.75 | 0.71 |
| Hex | ED | E0 | 7F | 0 | 5 | 2E | 7 | 35 | 4B | 47 |
| Octal | 355 | 340 | 177 | 0 | 5 | 56 | 7 | 65 | 113 | 107 |
| Binary | 11101101 | 11100000 | 1111111 | 0 | 101 | 101110 | 111 | 110101 | 1001011 | 1000111 |
Color Harmonies of #EDE07F
Complementary color
Monochromatic Colors of #EDE07F
Black with #EDE07F
Text Example
Text Example
White with #EDE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE07F; }
p { color: rgb(237,224,127); }
H1.HeaderClassName
{
color: #EDE07F;
}
.AnyTagClassName
{
color: #EDE07F;
}
</style>
background-color css
<style>
a { background-color: #EDE07F; }
a { background-color: rgb(237,224,127); }
div.DivClassName
{
background-color: #EDE07F;
}
.BgClassName
{
background-color: #EDE07F;
}
</style>
border-color css
<style>
span { border-color: #EDE07F; }
span { border-color: rgb(237,224,127); }
td.TdClassName
{
border-color: #EDE07F;
}
.TagClassName
{
border-color: #EDE07F;
}
</style>