Shades of Light Goldenrod #EFE282
Tints of Light Goldenrod #EFE282
RGB
CMYK
RGB Variations
Color information
#EFE282 (or 0xEFE282) is known color: Light Goldenrod. HEX triplet: EF, E2 and 82. RGB value is (239,226,130). Sum of RGB (Red+Green+Blue) = 239+226+130=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE282 is #101D7D. Grayscale: #DBDBDB. Windows color (decimal): -1056126 or 8577775. OLE color: 8577775.
HSL color Cylindrical-coordinate representation of color #EFE282: hue angle of 52.84º 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 #EFE282 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 130 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.06 |
| HSL | 52.84º | 0.77% | 0.72% | - |
| HSV(B) | 52.84º | 0.46% | 0.94% | - |
| XYZ | 66.82 | 74.36 | 31.95 | - |
| YUV | 218.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 130 | 0 | 0.05 | 0.46 | 0.06 | 52.84 | 0.77 | 0.72 |
| Hex | EF | E2 | 82 | 0 | 5 | 2E | 6 | 35 | 4D | 48 |
| Octal | 357 | 342 | 202 | 0 | 5 | 56 | 6 | 65 | 115 | 110 |
| Binary | 11101111 | 11100010 | 10000010 | 0 | 101 | 101110 | 110 | 110101 | 1001101 | 1001000 |
Color Harmonies of #EFE282
Complementary color
Monochromatic Colors of #EFE282
Black with #EFE282
Text Example
Text Example
White with #EFE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE282; }
p { color: rgb(239,226,130); }
H1.HeaderClassName
{
color: #EFE282;
}
.AnyTagClassName
{
color: #EFE282;
}
</style>
background-color css
<style>
a { background-color: #EFE282; }
a { background-color: rgb(239,226,130); }
div.DivClassName
{
background-color: #EFE282;
}
.BgClassName
{
background-color: #EFE282;
}
</style>
border-color css
<style>
span { border-color: #EFE282; }
span { border-color: rgb(239,226,130); }
td.TdClassName
{
border-color: #EFE282;
}
.TagClassName
{
border-color: #EFE282;
}
</style>