Shades of Light Goldenrod #EDDE7F
Tints of Light Goldenrod #EDDE7F
RGB
CMYK
RGB Variations
Color information
#EDDE7F (or 0xEDDE7F) is known color: Light Goldenrod. HEX triplet: ED, DE and 7F. RGB value is (237,222,127). Sum of RGB (Red+Green+Blue) = 237+222+127=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE7F is #122180. Grayscale: #D8D8D8. Windows color (decimal): -1188225 or 8380141. OLE color: 8380141.
HSL color Cylindrical-coordinate representation of color #EDDE7F: hue angle of 51.82º 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 #EDDE7F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 127 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.07 |
| HSL | 51.82º | 0.75% | 0.71% | - |
| HSV(B) | 51.82º | 0.46% | 0.93% | - |
| XYZ | 64.88 | 71.78 | 30.51 | - |
| YUV | 215.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 127 | 0 | 0.06 | 0.46 | 0.07 | 51.82 | 0.75 | 0.71 |
| Hex | ED | DE | 7F | 0 | 6 | 2E | 7 | 34 | 4B | 47 |
| Octal | 355 | 336 | 177 | 0 | 6 | 56 | 7 | 64 | 113 | 107 |
| Binary | 11101101 | 11011110 | 1111111 | 0 | 110 | 101110 | 111 | 110100 | 1001011 | 1000111 |
Color Harmonies of #EDDE7F
Complementary color
Monochromatic Colors of #EDDE7F
Black with #EDDE7F
Text Example
Text Example
White with #EDDE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE7F; }
p { color: rgb(237,222,127); }
H1.HeaderClassName
{
color: #EDDE7F;
}
.AnyTagClassName
{
color: #EDDE7F;
}
</style>
background-color css
<style>
a { background-color: #EDDE7F; }
a { background-color: rgb(237,222,127); }
div.DivClassName
{
background-color: #EDDE7F;
}
.BgClassName
{
background-color: #EDDE7F;
}
</style>
border-color css
<style>
span { border-color: #EDDE7F; }
span { border-color: rgb(237,222,127); }
td.TdClassName
{
border-color: #EDDE7F;
}
.TagClassName
{
border-color: #EDDE7F;
}
</style>