Shades of Light Goldenrod #EDDC76
Tints of Light Goldenrod #EDDC76
RGB
CMYK
RGB Variations
Color information
#EDDC76 (or 0xEDDC76) is known color: Light Goldenrod. HEX triplet: ED, DC and 76. RGB value is (237,220,118). Sum of RGB (Red+Green+Blue) = 237+220+118=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC76 is #122389. Grayscale: #D5D5D5. Windows color (decimal): -1188746 or 7789805. OLE color: 7789805.
HSL color Cylindrical-coordinate representation of color #EDDC76: hue angle of 51.43º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDDC76 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 118 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.07 |
| HSL | 51.43º | 0.77% | 0.7% | - |
| HSV(B) | 51.43º | 0.5% | 0.93% | - |
| XYZ | 63.79 | 70.5 | 27.39 | - |
| YUV | 213.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 118 | 0 | 0.07 | 0.50 | 0.07 | 51.43 | 0.77 | 0.7 |
| Hex | ED | DC | 76 | 0 | 7 | 32 | 7 | 33 | 4D | 46 |
| Octal | 355 | 334 | 166 | 0 | 7 | 62 | 7 | 63 | 115 | 106 |
| Binary | 11101101 | 11011100 | 1110110 | 0 | 111 | 110010 | 111 | 110011 | 1001101 | 1000110 |
Color Harmonies of #EDDC76
Complementary color
Monochromatic Colors of #EDDC76
Black with #EDDC76
Text Example
Text Example
White with #EDDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC76; }
p { color: rgb(237,220,118); }
H1.HeaderClassName
{
color: #EDDC76;
}
.AnyTagClassName
{
color: #EDDC76;
}
</style>
background-color css
<style>
a { background-color: #EDDC76; }
a { background-color: rgb(237,220,118); }
div.DivClassName
{
background-color: #EDDC76;
}
.BgClassName
{
background-color: #EDDC76;
}
</style>
border-color css
<style>
span { border-color: #EDDC76; }
span { border-color: rgb(237,220,118); }
td.TdClassName
{
border-color: #EDDC76;
}
.TagClassName
{
border-color: #EDDC76;
}
</style>