Shades of Light Goldenrod #EFDF7A
Tints of Light Goldenrod #EFDF7A
RGB
CMYK
RGB Variations
Color information
#EFDF7A (or 0xEFDF7A) is known color: Light Goldenrod. HEX triplet: EF, DF and 7A. RGB value is (239,223,122). Sum of RGB (Red+Green+Blue) = 239+223+122=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7A is #102085. Grayscale: #D8D8D8. Windows color (decimal): -1056902 or 8052719. OLE color: 8052719.
HSL color Cylindrical-coordinate representation of color #EFDF7A: hue angle of 51.79º degrees, saturation: 0.79, 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 #EFDF7A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 122 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.06 |
| HSL | 51.79º | 0.79% | 0.71% | - |
| HSV(B) | 51.79º | 0.49% | 0.94% | - |
| XYZ | 65.5 | 72.53 | 28.96 | - |
| YUV | 216.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 122 | 0 | 0.07 | 0.49 | 0.06 | 51.79 | 0.79 | 0.71 |
| Hex | EF | DF | 7A | 0 | 7 | 31 | 6 | 34 | 4F | 47 |
| Octal | 357 | 337 | 172 | 0 | 7 | 61 | 6 | 64 | 117 | 107 |
| Binary | 11101111 | 11011111 | 1111010 | 0 | 111 | 110001 | 110 | 110100 | 1001111 | 1000111 |
Color Harmonies of #EFDF7A
Complementary color
Monochromatic Colors of #EFDF7A
Black with #EFDF7A
Text Example
Text Example
White with #EFDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF7A; }
p { color: rgb(239,223,122); }
H1.HeaderClassName
{
color: #EFDF7A;
}
.AnyTagClassName
{
color: #EFDF7A;
}
</style>
background-color css
<style>
a { background-color: #EFDF7A; }
a { background-color: rgb(239,223,122); }
div.DivClassName
{
background-color: #EFDF7A;
}
.BgClassName
{
background-color: #EFDF7A;
}
</style>
border-color css
<style>
span { border-color: #EFDF7A; }
span { border-color: rgb(239,223,122); }
td.TdClassName
{
border-color: #EFDF7A;
}
.TagClassName
{
border-color: #EFDF7A;
}
</style>