Shades of Light Goldenrod #EFE181
Tints of Light Goldenrod #EFE181
RGB
CMYK
RGB Variations
Color information
#EFE181 (or 0xEFE181) is known color: Light Goldenrod. HEX triplet: EF, E1 and 81. RGB value is (239,225,129). Sum of RGB (Red+Green+Blue) = 239+225+129=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE181 is #101E7E. Grayscale: #DADADA. Windows color (decimal): -1056383 or 8511983. OLE color: 8511983.
HSL color Cylindrical-coordinate representation of color #EFE181: hue angle of 52.36º 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 #EFE181 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 129 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 52.36º | 0.77% | 0.72% | - |
| HSV(B) | 52.36º | 0.46% | 0.94% | - |
| XYZ | 66.48 | 73.79 | 31.51 | - |
| YUV | 218.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 129 | 0 | 0.06 | 0.46 | 0.06 | 52.36 | 0.77 | 0.72 |
| Hex | EF | E1 | 81 | 0 | 6 | 2E | 6 | 34 | 4D | 48 |
| Octal | 357 | 341 | 201 | 0 | 6 | 56 | 6 | 64 | 115 | 110 |
| Binary | 11101111 | 11100001 | 10000001 | 0 | 110 | 101110 | 110 | 110100 | 1001101 | 1001000 |
Color Harmonies of #EFE181
Complementary color
Monochromatic Colors of #EFE181
Black with #EFE181
Text Example
Text Example
White with #EFE181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE181; }
p { color: rgb(239,225,129); }
H1.HeaderClassName
{
color: #EFE181;
}
.AnyTagClassName
{
color: #EFE181;
}
</style>
background-color css
<style>
a { background-color: #EFE181; }
a { background-color: rgb(239,225,129); }
div.DivClassName
{
background-color: #EFE181;
}
.BgClassName
{
background-color: #EFE181;
}
</style>
border-color css
<style>
span { border-color: #EFE181; }
span { border-color: rgb(239,225,129); }
td.TdClassName
{
border-color: #EFE181;
}
.TagClassName
{
border-color: #EFE181;
}
</style>