Shades of Light Goldenrod #EFE080
Tints of Light Goldenrod #EFE080
RGB
CMYK
RGB Variations
Color information
#EFE080 (or 0xEFE080) is known color: Light Goldenrod. HEX triplet: EF, E0 and 80. RGB value is (239,224,128). Sum of RGB (Red+Green+Blue) = 239+224+128=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE080 is #101F7F. Grayscale: #D9D9D9. Windows color (decimal): -1056640 or 8446191. OLE color: 8446191.
HSL color Cylindrical-coordinate representation of color #EFE080: hue angle of 51.89º 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 #EFE080 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 128 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 51.89º | 0.78% | 0.72% | - |
| HSV(B) | 51.89º | 0.46% | 0.94% | - |
| XYZ | 66.15 | 73.22 | 31.07 | - |
| YUV | 217.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 128 | 0 | 0.06 | 0.46 | 0.06 | 51.89 | 0.78 | 0.72 |
| Hex | EF | E0 | 80 | 0 | 6 | 2E | 6 | 34 | 4E | 48 |
| Octal | 357 | 340 | 200 | 0 | 6 | 56 | 6 | 64 | 116 | 110 |
| Binary | 11101111 | 11100000 | 10000000 | 0 | 110 | 101110 | 110 | 110100 | 1001110 | 1001000 |
Color Harmonies of #EFE080
Complementary color
Monochromatic Colors of #EFE080
Black with #EFE080
Text Example
Text Example
White with #EFE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE080; }
p { color: rgb(239,224,128); }
H1.HeaderClassName
{
color: #EFE080;
}
.AnyTagClassName
{
color: #EFE080;
}
</style>
background-color css
<style>
a { background-color: #EFE080; }
a { background-color: rgb(239,224,128); }
div.DivClassName
{
background-color: #EFE080;
}
.BgClassName
{
background-color: #EFE080;
}
</style>
border-color css
<style>
span { border-color: #EFE080; }
span { border-color: rgb(239,224,128); }
td.TdClassName
{
border-color: #EFE080;
}
.TagClassName
{
border-color: #EFE080;
}
</style>