Shades of Light Goldenrod #EDDF7B
Tints of Light Goldenrod #EDDF7B
RGB
CMYK
RGB Variations
Color information
#EDDF7B (or 0xEDDF7B) is known color: Light Goldenrod. HEX triplet: ED, DF and 7B. RGB value is (237,223,123). Sum of RGB (Red+Green+Blue) = 237+223+123=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF7B is #122084. Grayscale: #D8D8D8. Windows color (decimal): -1187973 or 8118253. OLE color: 8118253.
HSL color Cylindrical-coordinate representation of color #EDDF7B: hue angle of 52.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDDF7B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 123 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.07 |
| HSL | 52.63º | 0.76% | 0.71% | - |
| HSV(B) | 52.63º | 0.48% | 0.93% | - |
| XYZ | 64.89 | 72.21 | 29.26 | - |
| YUV | 215.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 123 | 0 | 0.06 | 0.48 | 0.07 | 52.63 | 0.76 | 0.71 |
| Hex | ED | DF | 7B | 0 | 6 | 30 | 7 | 35 | 4C | 47 |
| Octal | 355 | 337 | 173 | 0 | 6 | 60 | 7 | 65 | 114 | 107 |
| Binary | 11101101 | 11011111 | 1111011 | 0 | 110 | 110000 | 111 | 110101 | 1001100 | 1000111 |
Color Harmonies of #EDDF7B
Complementary color
Monochromatic Colors of #EDDF7B
Black with #EDDF7B
Text Example
Text Example
White with #EDDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF7B; }
p { color: rgb(237,223,123); }
H1.HeaderClassName
{
color: #EDDF7B;
}
.AnyTagClassName
{
color: #EDDF7B;
}
</style>
background-color css
<style>
a { background-color: #EDDF7B; }
a { background-color: rgb(237,223,123); }
div.DivClassName
{
background-color: #EDDF7B;
}
.BgClassName
{
background-color: #EDDF7B;
}
</style>
border-color css
<style>
span { border-color: #EDDF7B; }
span { border-color: rgb(237,223,123); }
td.TdClassName
{
border-color: #EDDF7B;
}
.TagClassName
{
border-color: #EDDF7B;
}
</style>