Shades of Light Goldenrod #EFE081
Tints of Light Goldenrod #EFE081
RGB
CMYK
RGB Variations
Color information
#EFE081 (or 0xEFE081) is known color: Light Goldenrod. HEX triplet: EF, E0 and 81. RGB value is (239,224,129). Sum of RGB (Red+Green+Blue) = 239+224+129=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE081 is #101F7E. Grayscale: #DADADA. Windows color (decimal): -1056639 or 8511727. OLE color: 8511727.
HSL color Cylindrical-coordinate representation of color #EFE081: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFE081 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 129 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 51.82º | 0.77% | 0.72% | - |
| HSV(B) | 51.82º | 0.46% | 0.94% | - |
| XYZ | 66.21 | 73.25 | 31.42 | - |
| YUV | 217.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 129 | 0 | 0.06 | 0.46 | 0.06 | 51.82 | 0.77 | 0.72 |
| Hex | EF | E0 | 81 | 0 | 6 | 2E | 6 | 34 | 4D | 48 |
| Octal | 357 | 340 | 201 | 0 | 6 | 56 | 6 | 64 | 115 | 110 |
| Binary | 11101111 | 11100000 | 10000001 | 0 | 110 | 101110 | 110 | 110100 | 1001101 | 1001000 |
Color Harmonies of #EFE081
Complementary color
Monochromatic Colors of #EFE081
Black with #EFE081
Text Example
Text Example
White with #EFE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE081; }
p { color: rgb(239,224,129); }
H1.HeaderClassName
{
color: #EFE081;
}
.AnyTagClassName
{
color: #EFE081;
}
</style>
background-color css
<style>
a { background-color: #EFE081; }
a { background-color: rgb(239,224,129); }
div.DivClassName
{
background-color: #EFE081;
}
.BgClassName
{
background-color: #EFE081;
}
</style>
border-color css
<style>
span { border-color: #EFE081; }
span { border-color: rgb(239,224,129); }
td.TdClassName
{
border-color: #EFE081;
}
.TagClassName
{
border-color: #EFE081;
}
</style>