Shades of Light Goldenrod #EFE185
Tints of Light Goldenrod #EFE185
RGB
CMYK
RGB Variations
Color information
#EFE185 (or 0xEFE185) is known color: Light Goldenrod. HEX triplet: EF, E1 and 85. RGB value is (239,225,133). Sum of RGB (Red+Green+Blue) = 239+225+133=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE185 is #101E7A. Grayscale: #DBDBDB. Windows color (decimal): -1056379 or 8774127. OLE color: 8774127.
HSL color Cylindrical-coordinate representation of color #EFE185: hue angle of 52.08º 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 #EFE185 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 133 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.06 |
| HSL | 52.08º | 0.77% | 0.73% | - |
| HSV(B) | 52.08º | 0.44% | 0.94% | - |
| XYZ | 66.76 | 73.89 | 32.94 | - |
| YUV | 218.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 133 | 0 | 0.06 | 0.44 | 0.06 | 52.08 | 0.77 | 0.73 |
| Hex | EF | E1 | 85 | 0 | 6 | 2C | 6 | 34 | 4D | 49 |
| Octal | 357 | 341 | 205 | 0 | 6 | 54 | 6 | 64 | 115 | 111 |
| Binary | 11101111 | 11100001 | 10000101 | 0 | 110 | 101100 | 110 | 110100 | 1001101 | 1001001 |
Color Harmonies of #EFE185
Complementary color
Monochromatic Colors of #EFE185
Black with #EFE185
Text Example
Text Example
White with #EFE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE185; }
p { color: rgb(239,225,133); }
H1.HeaderClassName
{
color: #EFE185;
}
.AnyTagClassName
{
color: #EFE185;
}
</style>
background-color css
<style>
a { background-color: #EFE185; }
a { background-color: rgb(239,225,133); }
div.DivClassName
{
background-color: #EFE185;
}
.BgClassName
{
background-color: #EFE185;
}
</style>
border-color css
<style>
span { border-color: #EFE185; }
span { border-color: rgb(239,225,133); }
td.TdClassName
{
border-color: #EFE185;
}
.TagClassName
{
border-color: #EFE185;
}
</style>