Shades of Light Goldenrod #EFDD7D
Tints of Light Goldenrod #EFDD7D
RGB
CMYK
RGB Variations
Color information
#EFDD7D (or 0xEFDD7D) is known color: Light Goldenrod. HEX triplet: EF, DD and 7D. RGB value is (239,221,125). Sum of RGB (Red+Green+Blue) = 239+221+125=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7D is #102282. Grayscale: #D7D7D7. Windows color (decimal): -1057411 or 8248815. OLE color: 8248815.
HSL color Cylindrical-coordinate representation of color #EFDD7D: hue angle of 50.53º 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 #EFDD7D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 125 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.06 |
| HSL | 50.53º | 0.78% | 0.71% | - |
| HSV(B) | 50.53º | 0.48% | 0.94% | - |
| XYZ | 65.15 | 71.54 | 29.78 | - |
| YUV | 215.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 125 | 0 | 0.08 | 0.48 | 0.06 | 50.53 | 0.78 | 0.71 |
| Hex | EF | DD | 7D | 0 | 8 | 30 | 6 | 33 | 4E | 47 |
| Octal | 357 | 335 | 175 | 0 | 10 | 60 | 6 | 63 | 116 | 107 |
| Binary | 11101111 | 11011101 | 1111101 | 0 | 1000 | 110000 | 110 | 110011 | 1001110 | 1000111 |
Color Harmonies of #EFDD7D
Complementary color
Monochromatic Colors of #EFDD7D
Black with #EFDD7D
Text Example
Text Example
White with #EFDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD7D; }
p { color: rgb(239,221,125); }
H1.HeaderClassName
{
color: #EFDD7D;
}
.AnyTagClassName
{
color: #EFDD7D;
}
</style>
background-color css
<style>
a { background-color: #EFDD7D; }
a { background-color: rgb(239,221,125); }
div.DivClassName
{
background-color: #EFDD7D;
}
.BgClassName
{
background-color: #EFDD7D;
}
</style>
border-color css
<style>
span { border-color: #EFDD7D; }
span { border-color: rgb(239,221,125); }
td.TdClassName
{
border-color: #EFDD7D;
}
.TagClassName
{
border-color: #EFDD7D;
}
</style>