Shades of Light Goldenrod #EFDD7B
Tints of Light Goldenrod #EFDD7B
RGB
CMYK
RGB Variations
Color information
#EFDD7B (or 0xEFDD7B) is known color: Light Goldenrod. HEX triplet: EF, DD and 7B. RGB value is (239,221,123). Sum of RGB (Red+Green+Blue) = 239+221+123=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7B is #102284. Grayscale: #D7D7D7. Windows color (decimal): -1057413 or 8117743. OLE color: 8117743.
HSL color Cylindrical-coordinate representation of color #EFDD7B: hue angle of 50.69º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFDD7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 123 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.06 |
| HSL | 50.69º | 0.78% | 0.71% | - |
| HSV(B) | 50.69º | 0.49% | 0.94% | - |
| XYZ | 65.03 | 71.49 | 29.11 | - |
| YUV | 215.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 123 | 0 | 0.08 | 0.49 | 0.06 | 50.69 | 0.78 | 0.71 |
| Hex | EF | DD | 7B | 0 | 8 | 31 | 6 | 33 | 4E | 47 |
| Octal | 357 | 335 | 173 | 0 | 10 | 61 | 6 | 63 | 116 | 107 |
| Binary | 11101111 | 11011101 | 1111011 | 0 | 1000 | 110001 | 110 | 110011 | 1001110 | 1000111 |
Color Harmonies of #EFDD7B
Complementary color
Monochromatic Colors of #EFDD7B
Black with #EFDD7B
Text Example
Text Example
White with #EFDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD7B; }
p { color: rgb(239,221,123); }
H1.HeaderClassName
{
color: #EFDD7B;
}
.AnyTagClassName
{
color: #EFDD7B;
}
</style>
background-color css
<style>
a { background-color: #EFDD7B; }
a { background-color: rgb(239,221,123); }
div.DivClassName
{
background-color: #EFDD7B;
}
.BgClassName
{
background-color: #EFDD7B;
}
</style>
border-color css
<style>
span { border-color: #EFDD7B; }
span { border-color: rgb(239,221,123); }
td.TdClassName
{
border-color: #EFDD7B;
}
.TagClassName
{
border-color: #EFDD7B;
}
</style>