Shades of Light Goldenrod #EFE079
Tints of Light Goldenrod #EFE079
RGB
CMYK
RGB Variations
Color information
#EFE079 (or 0xEFE079) is known color: Light Goldenrod. HEX triplet: EF, E0 and 79. RGB value is (239,224,121). Sum of RGB (Red+Green+Blue) = 239+224+121=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE079 is #101F86. Grayscale: #D9D9D9. Windows color (decimal): -1056647 or 7987439. OLE color: 7987439.
HSL color Cylindrical-coordinate representation of color #EFE079: hue angle of 52.37º 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 #EFE079 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 121 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.06 |
| HSL | 52.37º | 0.79% | 0.71% | - |
| HSV(B) | 52.37º | 0.49% | 0.94% | - |
| XYZ | 65.7 | 73.04 | 28.72 | - |
| YUV | 216.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 121 | 0 | 0.06 | 0.49 | 0.06 | 52.37 | 0.79 | 0.71 |
| Hex | EF | E0 | 79 | 0 | 6 | 31 | 6 | 34 | 4F | 47 |
| Octal | 357 | 340 | 171 | 0 | 6 | 61 | 6 | 64 | 117 | 107 |
| Binary | 11101111 | 11100000 | 1111001 | 0 | 110 | 110001 | 110 | 110100 | 1001111 | 1000111 |
Color Harmonies of #EFE079
Complementary color
Monochromatic Colors of #EFE079
Black with #EFE079
Text Example
Text Example
White with #EFE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE079; }
p { color: rgb(239,224,121); }
H1.HeaderClassName
{
color: #EFE079;
}
.AnyTagClassName
{
color: #EFE079;
}
</style>
background-color css
<style>
a { background-color: #EFE079; }
a { background-color: rgb(239,224,121); }
div.DivClassName
{
background-color: #EFE079;
}
.BgClassName
{
background-color: #EFE079;
}
</style>
border-color css
<style>
span { border-color: #EFE079; }
span { border-color: rgb(239,224,121); }
td.TdClassName
{
border-color: #EFE079;
}
.TagClassName
{
border-color: #EFE079;
}
</style>