Shades of Light Goldenrod #EDDD75
Tints of Light Goldenrod #EDDD75
RGB
CMYK
RGB Variations
Color information
#EDDD75 (or 0xEDDD75) is known color: Light Goldenrod. HEX triplet: ED, DD and 75. RGB value is (237,221,117). Sum of RGB (Red+Green+Blue) = 237+221+117=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD75 is #12228A. Grayscale: #D6D6D6. Windows color (decimal): -1188491 or 7724525. OLE color: 7724525.
HSL color Cylindrical-coordinate representation of color #EDDD75: hue angle of 52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDDD75 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 117 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.07 |
| HSL | 52º | 0.77% | 0.69% | - |
| HSV(B) | 52º | 0.51% | 0.93% | - |
| XYZ | 63.99 | 71 | 27.16 | - |
| YUV | 213.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 117 | 0 | 0.07 | 0.51 | 0.07 | 52 | 0.77 | 0.69 |
| Hex | ED | DD | 75 | 0 | 7 | 33 | 7 | 34 | 4D | 45 |
| Octal | 355 | 335 | 165 | 0 | 7 | 63 | 7 | 64 | 115 | 105 |
| Binary | 11101101 | 11011101 | 1110101 | 0 | 111 | 110011 | 111 | 110100 | 1001101 | 1000101 |
Color Harmonies of #EDDD75
Complementary color
Monochromatic Colors of #EDDD75
Black with #EDDD75
Text Example
Text Example
White with #EDDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD75; }
p { color: rgb(237,221,117); }
H1.HeaderClassName
{
color: #EDDD75;
}
.AnyTagClassName
{
color: #EDDD75;
}
</style>
background-color css
<style>
a { background-color: #EDDD75; }
a { background-color: rgb(237,221,117); }
div.DivClassName
{
background-color: #EDDD75;
}
.BgClassName
{
background-color: #EDDD75;
}
</style>
border-color css
<style>
span { border-color: #EDDD75; }
span { border-color: rgb(237,221,117); }
td.TdClassName
{
border-color: #EDDD75;
}
.TagClassName
{
border-color: #EDDD75;
}
</style>