Shades of Light Goldenrod #EFDD7E
Tints of Light Goldenrod #EFDD7E
RGB
CMYK
RGB Variations
Color information
#EFDD7E (or 0xEFDD7E) is known color: Light Goldenrod. HEX triplet: EF, DD and 7E. RGB value is (239,221,126). Sum of RGB (Red+Green+Blue) = 239+221+126=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7E is #102281. Grayscale: #D7D7D7. Windows color (decimal): -1057410 or 8314351. OLE color: 8314351.
HSL color Cylindrical-coordinate representation of color #EFDD7E: hue angle of 50.44º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFDD7E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 126 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.06 |
| HSL | 50.44º | 0.78% | 0.72% | - |
| HSV(B) | 50.44º | 0.47% | 0.94% | - |
| XYZ | 65.22 | 71.57 | 30.12 | - |
| YUV | 215.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 126 | 0 | 0.08 | 0.47 | 0.06 | 50.44 | 0.78 | 0.72 |
| Hex | EF | DD | 7E | 0 | 8 | 2F | 6 | 32 | 4E | 48 |
| Octal | 357 | 335 | 176 | 0 | 10 | 57 | 6 | 62 | 116 | 110 |
| Binary | 11101111 | 11011101 | 1111110 | 0 | 1000 | 101111 | 110 | 110010 | 1001110 | 1001000 |
Color Harmonies of #EFDD7E
Complementary color
Monochromatic Colors of #EFDD7E
Black with #EFDD7E
Text Example
Text Example
White with #EFDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD7E; }
p { color: rgb(239,221,126); }
H1.HeaderClassName
{
color: #EFDD7E;
}
.AnyTagClassName
{
color: #EFDD7E;
}
</style>
background-color css
<style>
a { background-color: #EFDD7E; }
a { background-color: rgb(239,221,126); }
div.DivClassName
{
background-color: #EFDD7E;
}
.BgClassName
{
background-color: #EFDD7E;
}
</style>
border-color css
<style>
span { border-color: #EFDD7E; }
span { border-color: rgb(239,221,126); }
td.TdClassName
{
border-color: #EFDD7E;
}
.TagClassName
{
border-color: #EFDD7E;
}
</style>