Shades of Light Goldenrod #EDDD8C
Tints of Light Goldenrod #EDDD8C
RGB
CMYK
RGB Variations
Color information
#EDDD8C (or 0xEDDD8C) is known color: Light Goldenrod. HEX triplet: ED, DD and 8C. RGB value is (237,221,140). Sum of RGB (Red+Green+Blue) = 237+221+140=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD8C is #122273. Grayscale: #D8D8D8. Windows color (decimal): -1188468 or 9231853. OLE color: 9231853.
HSL color Cylindrical-coordinate representation of color #EDDD8C: hue angle of 50.1º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDDD8C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 140 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 50.1º | 0.73% | 0.74% | - |
| HSV(B) | 50.1º | 0.41% | 0.93% | - |
| XYZ | 65.52 | 71.61 | 35.18 | - |
| YUV | 216.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 140 | 0 | 0.07 | 0.41 | 0.07 | 50.1 | 0.73 | 0.74 |
| Hex | ED | DD | 8C | 0 | 7 | 29 | 7 | 32 | 49 | 4A |
| Octal | 355 | 335 | 214 | 0 | 7 | 51 | 7 | 62 | 111 | 112 |
| Binary | 11101101 | 11011101 | 10001100 | 0 | 111 | 101001 | 111 | 110010 | 1001001 | 1001010 |
Color Harmonies of #EDDD8C
Complementary color
Monochromatic Colors of #EDDD8C
Black with #EDDD8C
Text Example
Text Example
White with #EDDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD8C; }
p { color: rgb(237,221,140); }
H1.HeaderClassName
{
color: #EDDD8C;
}
.AnyTagClassName
{
color: #EDDD8C;
}
</style>
background-color css
<style>
a { background-color: #EDDD8C; }
a { background-color: rgb(237,221,140); }
div.DivClassName
{
background-color: #EDDD8C;
}
.BgClassName
{
background-color: #EDDD8C;
}
</style>
border-color css
<style>
span { border-color: #EDDD8C; }
span { border-color: rgb(237,221,140); }
td.TdClassName
{
border-color: #EDDD8C;
}
.TagClassName
{
border-color: #EDDD8C;
}
</style>