Shades of Light Goldenrod #EFDF7D
Tints of Light Goldenrod #EFDF7D
RGB
CMYK
RGB Variations
Color information
#EFDF7D (or 0xEFDF7D) is known color: Light Goldenrod. HEX triplet: EF, DF and 7D. RGB value is (239,223,125). Sum of RGB (Red+Green+Blue) = 239+223+125=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7D is #102082. Grayscale: #D9D9D9. Windows color (decimal): -1056899 or 8249327. OLE color: 8249327.
HSL color Cylindrical-coordinate representation of color #EFDF7D: hue angle of 51.58º 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 #EFDF7D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 125 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.06 |
| HSL | 51.58º | 0.78% | 0.71% | - |
| HSV(B) | 51.58º | 0.48% | 0.94% | - |
| XYZ | 65.69 | 72.61 | 29.95 | - |
| YUV | 216.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 125 | 0 | 0.07 | 0.48 | 0.06 | 51.58 | 0.78 | 0.71 |
| Hex | EF | DF | 7D | 0 | 7 | 30 | 6 | 34 | 4E | 47 |
| Octal | 357 | 337 | 175 | 0 | 7 | 60 | 6 | 64 | 116 | 107 |
| Binary | 11101111 | 11011111 | 1111101 | 0 | 111 | 110000 | 110 | 110100 | 1001110 | 1000111 |
Color Harmonies of #EFDF7D
Complementary color
Monochromatic Colors of #EFDF7D
Black with #EFDF7D
Text Example
Text Example
White with #EFDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF7D; }
p { color: rgb(239,223,125); }
H1.HeaderClassName
{
color: #EFDF7D;
}
.AnyTagClassName
{
color: #EFDF7D;
}
</style>
background-color css
<style>
a { background-color: #EFDF7D; }
a { background-color: rgb(239,223,125); }
div.DivClassName
{
background-color: #EFDF7D;
}
.BgClassName
{
background-color: #EFDF7D;
}
</style>
border-color css
<style>
span { border-color: #EFDF7D; }
span { border-color: rgb(239,223,125); }
td.TdClassName
{
border-color: #EFDF7D;
}
.TagClassName
{
border-color: #EFDF7D;
}
</style>