Shades of Light Goldenrod #EFE285
Tints of Light Goldenrod #EFE285
RGB
CMYK
RGB Variations
Color information
#EFE285 (or 0xEFE285) is known color: Light Goldenrod. HEX triplet: EF, E2 and 85. RGB value is (239,226,133). Sum of RGB (Red+Green+Blue) = 239+226+133=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE285 is #101D7A. Grayscale: #DBDBDB. Windows color (decimal): -1056123 or 8774383. OLE color: 8774383.
HSL color Cylindrical-coordinate representation of color #EFE285: hue angle of 52.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE285 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 133 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.06 |
| HSL | 52.64º | 0.77% | 0.73% | - |
| HSV(B) | 52.64º | 0.44% | 0.94% | - |
| XYZ | 67.03 | 74.44 | 33.03 | - |
| YUV | 219.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 133 | 0 | 0.05 | 0.44 | 0.06 | 52.64 | 0.77 | 0.73 |
| Hex | EF | E2 | 85 | 0 | 5 | 2C | 6 | 35 | 4D | 49 |
| Octal | 357 | 342 | 205 | 0 | 5 | 54 | 6 | 65 | 115 | 111 |
| Binary | 11101111 | 11100010 | 10000101 | 0 | 101 | 101100 | 110 | 110101 | 1001101 | 1001001 |
Color Harmonies of #EFE285
Complementary color
Monochromatic Colors of #EFE285
Black with #EFE285
Text Example
Text Example
White with #EFE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE285; }
p { color: rgb(239,226,133); }
H1.HeaderClassName
{
color: #EFE285;
}
.AnyTagClassName
{
color: #EFE285;
}
</style>
background-color css
<style>
a { background-color: #EFE285; }
a { background-color: rgb(239,226,133); }
div.DivClassName
{
background-color: #EFE285;
}
.BgClassName
{
background-color: #EFE285;
}
</style>
border-color css
<style>
span { border-color: #EFE285; }
span { border-color: rgb(239,226,133); }
td.TdClassName
{
border-color: #EFE285;
}
.TagClassName
{
border-color: #EFE285;
}
</style>