Shades of Light Goldenrod #EFDD7C
Tints of Light Goldenrod #EFDD7C
RGB
CMYK
RGB Variations
Color information
#EFDD7C (or 0xEFDD7C) is known color: Light Goldenrod. HEX triplet: EF, DD and 7C. RGB value is (239,221,124). Sum of RGB (Red+Green+Blue) = 239+221+124=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7C is #102283. Grayscale: #D7D7D7. Windows color (decimal): -1057412 or 8183279. OLE color: 8183279.
HSL color Cylindrical-coordinate representation of color #EFDD7C: hue angle of 50.61º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFDD7C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 124 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.06 |
| HSL | 50.61º | 0.78% | 0.71% | - |
| HSV(B) | 50.61º | 0.48% | 0.94% | - |
| XYZ | 65.09 | 71.52 | 29.44 | - |
| YUV | 215.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 124 | 0 | 0.08 | 0.48 | 0.06 | 50.61 | 0.78 | 0.71 |
| Hex | EF | DD | 7C | 0 | 8 | 30 | 6 | 33 | 4E | 47 |
| Octal | 357 | 335 | 174 | 0 | 10 | 60 | 6 | 63 | 116 | 107 |
| Binary | 11101111 | 11011101 | 1111100 | 0 | 1000 | 110000 | 110 | 110011 | 1001110 | 1000111 |
Color Harmonies of #EFDD7C
Complementary color
Monochromatic Colors of #EFDD7C
Black with #EFDD7C
Text Example
Text Example
White with #EFDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD7C; }
p { color: rgb(239,221,124); }
H1.HeaderClassName
{
color: #EFDD7C;
}
.AnyTagClassName
{
color: #EFDD7C;
}
</style>
background-color css
<style>
a { background-color: #EFDD7C; }
a { background-color: rgb(239,221,124); }
div.DivClassName
{
background-color: #EFDD7C;
}
.BgClassName
{
background-color: #EFDD7C;
}
</style>
border-color css
<style>
span { border-color: #EFDD7C; }
span { border-color: rgb(239,221,124); }
td.TdClassName
{
border-color: #EFDD7C;
}
.TagClassName
{
border-color: #EFDD7C;
}
</style>