Shades of Light Goldenrod #EFE082
Tints of Light Goldenrod #EFE082
RGB
CMYK
RGB Variations
Color information
#EFE082 (or 0xEFE082) is known color: Light Goldenrod. HEX triplet: EF, E0 and 82. RGB value is (239,224,130). Sum of RGB (Red+Green+Blue) = 239+224+130=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE082 is #101F7D. Grayscale: #DADADA. Windows color (decimal): -1056638 or 8577263. OLE color: 8577263.
HSL color Cylindrical-coordinate representation of color #EFE082: hue angle of 51.74º 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 #EFE082 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 130 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 51.74º | 0.77% | 0.72% | - |
| HSV(B) | 51.74º | 0.46% | 0.94% | - |
| XYZ | 66.28 | 73.27 | 31.77 | - |
| YUV | 217.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 130 | 0 | 0.06 | 0.46 | 0.06 | 51.74 | 0.77 | 0.72 |
| Hex | EF | E0 | 82 | 0 | 6 | 2E | 6 | 34 | 4D | 48 |
| Octal | 357 | 340 | 202 | 0 | 6 | 56 | 6 | 64 | 115 | 110 |
| Binary | 11101111 | 11100000 | 10000010 | 0 | 110 | 101110 | 110 | 110100 | 1001101 | 1001000 |
Color Harmonies of #EFE082
Complementary color
Monochromatic Colors of #EFE082
Black with #EFE082
Text Example
Text Example
White with #EFE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE082; }
p { color: rgb(239,224,130); }
H1.HeaderClassName
{
color: #EFE082;
}
.AnyTagClassName
{
color: #EFE082;
}
</style>
background-color css
<style>
a { background-color: #EFE082; }
a { background-color: rgb(239,224,130); }
div.DivClassName
{
background-color: #EFE082;
}
.BgClassName
{
background-color: #EFE082;
}
</style>
border-color css
<style>
span { border-color: #EFE082; }
span { border-color: rgb(239,224,130); }
td.TdClassName
{
border-color: #EFE082;
}
.TagClassName
{
border-color: #EFE082;
}
</style>