Shades of Light Goldenrod #EFE180
Tints of Light Goldenrod #EFE180
RGB
CMYK
RGB Variations
Color information
#EFE180 (or 0xEFE180) is known color: Light Goldenrod. HEX triplet: EF, E1 and 80. RGB value is (239,225,128). Sum of RGB (Red+Green+Blue) = 239+225+128=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE180 is #101E7F. Grayscale: #DADADA. Windows color (decimal): -1056384 or 8446447. OLE color: 8446447.
HSL color Cylindrical-coordinate representation of color #EFE180: hue angle of 52.43º degrees, saturation: 0.78, 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 #EFE180 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 128 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 52.43º | 0.78% | 0.72% | - |
| HSV(B) | 52.43º | 0.46% | 0.94% | - |
| XYZ | 66.42 | 73.76 | 31.16 | - |
| YUV | 218.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 128 | 0 | 0.06 | 0.46 | 0.06 | 52.43 | 0.78 | 0.72 |
| Hex | EF | E1 | 80 | 0 | 6 | 2E | 6 | 34 | 4E | 48 |
| Octal | 357 | 341 | 200 | 0 | 6 | 56 | 6 | 64 | 116 | 110 |
| Binary | 11101111 | 11100001 | 10000000 | 0 | 110 | 101110 | 110 | 110100 | 1001110 | 1001000 |
Color Harmonies of #EFE180
Complementary color
Monochromatic Colors of #EFE180
Black with #EFE180
Text Example
Text Example
White with #EFE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE180; }
p { color: rgb(239,225,128); }
H1.HeaderClassName
{
color: #EFE180;
}
.AnyTagClassName
{
color: #EFE180;
}
</style>
background-color css
<style>
a { background-color: #EFE180; }
a { background-color: rgb(239,225,128); }
div.DivClassName
{
background-color: #EFE180;
}
.BgClassName
{
background-color: #EFE180;
}
</style>
border-color css
<style>
span { border-color: #EFE180; }
span { border-color: rgb(239,225,128); }
td.TdClassName
{
border-color: #EFE180;
}
.TagClassName
{
border-color: #EFE180;
}
</style>