Shades of Light Goldenrod #EDDD7F
Tints of Light Goldenrod #EDDD7F
RGB
CMYK
RGB Variations
Color information
#EDDD7F (or 0xEDDD7F) is known color: Light Goldenrod. HEX triplet: ED, DD and 7F. RGB value is (237,221,127). Sum of RGB (Red+Green+Blue) = 237+221+127=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7F is #122280. Grayscale: #D7D7D7. Windows color (decimal): -1188481 or 8379885. OLE color: 8379885.
HSL color Cylindrical-coordinate representation of color #EDDD7F: hue angle of 51.27º 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 #EDDD7F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 127 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.07 |
| HSL | 51.27º | 0.75% | 0.71% | - |
| HSV(B) | 51.27º | 0.46% | 0.93% | - |
| XYZ | 64.61 | 71.25 | 30.43 | - |
| YUV | 215.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 127 | 0 | 0.07 | 0.46 | 0.07 | 51.27 | 0.75 | 0.71 |
| Hex | ED | DD | 7F | 0 | 7 | 2E | 7 | 33 | 4B | 47 |
| Octal | 355 | 335 | 177 | 0 | 7 | 56 | 7 | 63 | 113 | 107 |
| Binary | 11101101 | 11011101 | 1111111 | 0 | 111 | 101110 | 111 | 110011 | 1001011 | 1000111 |
Color Harmonies of #EDDD7F
Complementary color
Monochromatic Colors of #EDDD7F
Black with #EDDD7F
Text Example
Text Example
White with #EDDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD7F; }
p { color: rgb(237,221,127); }
H1.HeaderClassName
{
color: #EDDD7F;
}
.AnyTagClassName
{
color: #EDDD7F;
}
</style>
background-color css
<style>
a { background-color: #EDDD7F; }
a { background-color: rgb(237,221,127); }
div.DivClassName
{
background-color: #EDDD7F;
}
.BgClassName
{
background-color: #EDDD7F;
}
</style>
border-color css
<style>
span { border-color: #EDDD7F; }
span { border-color: rgb(237,221,127); }
td.TdClassName
{
border-color: #EDDD7F;
}
.TagClassName
{
border-color: #EDDD7F;
}
</style>