Shades of Light Goldenrod #EFDF7B
Tints of Light Goldenrod #EFDF7B
RGB
CMYK
RGB Variations
Color information
#EFDF7B (or 0xEFDF7B) is known color: Light Goldenrod. HEX triplet: EF, DF and 7B. RGB value is (239,223,123). Sum of RGB (Red+Green+Blue) = 239+223+123=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7B is #102084. Grayscale: #D8D8D8. Windows color (decimal): -1056901 or 8118255. OLE color: 8118255.
HSL color Cylindrical-coordinate representation of color #EFDF7B: hue angle of 51.72º 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 #EFDF7B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 123 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.06 |
| HSL | 51.72º | 0.78% | 0.71% | - |
| HSV(B) | 51.72º | 0.49% | 0.94% | - |
| XYZ | 65.56 | 72.56 | 29.29 | - |
| YUV | 216.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 123 | 0 | 0.07 | 0.49 | 0.06 | 51.72 | 0.78 | 0.71 |
| Hex | EF | DF | 7B | 0 | 7 | 31 | 6 | 34 | 4E | 47 |
| Octal | 357 | 337 | 173 | 0 | 7 | 61 | 6 | 64 | 116 | 107 |
| Binary | 11101111 | 11011111 | 1111011 | 0 | 111 | 110001 | 110 | 110100 | 1001110 | 1000111 |
Color Harmonies of #EFDF7B
Complementary color
Monochromatic Colors of #EFDF7B
Black with #EFDF7B
Text Example
Text Example
White with #EFDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF7B; }
p { color: rgb(239,223,123); }
H1.HeaderClassName
{
color: #EFDF7B;
}
.AnyTagClassName
{
color: #EFDF7B;
}
</style>
background-color css
<style>
a { background-color: #EFDF7B; }
a { background-color: rgb(239,223,123); }
div.DivClassName
{
background-color: #EFDF7B;
}
.BgClassName
{
background-color: #EFDF7B;
}
</style>
border-color css
<style>
span { border-color: #EFDF7B; }
span { border-color: rgb(239,223,123); }
td.TdClassName
{
border-color: #EFDF7B;
}
.TagClassName
{
border-color: #EFDF7B;
}
</style>