Shades of Light Goldenrod #EBE080
Tints of Light Goldenrod #EBE080
RGB
CMYK
RGB Variations
Color information
#EBE080 (or 0xEBE080) is known color: Light Goldenrod. HEX triplet: EB, E0 and 80. RGB value is (235,224,128). Sum of RGB (Red+Green+Blue) = 235+224+128=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE080 is #141F7F. Grayscale: #D8D8D8. Windows color (decimal): -1318784 or 8446187. OLE color: 8446187.
HSL color Cylindrical-coordinate representation of color #EBE080: hue angle of 53.83º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBE080 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.08 |
| HSL | 53.83º | 0.73% | 0.71% | - |
| HSV(B) | 53.83º | 0.46% | 0.92% | - |
| XYZ | 64.81 | 72.53 | 31.01 | - |
| YUV | 216.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 128 | 0 | 0.05 | 0.46 | 0.08 | 53.83 | 0.73 | 0.71 |
| Hex | EB | E0 | 80 | 0 | 5 | 2E | 8 | 36 | 49 | 47 |
| Octal | 353 | 340 | 200 | 0 | 5 | 56 | 10 | 66 | 111 | 107 |
| Binary | 11101011 | 11100000 | 10000000 | 0 | 101 | 101110 | 1000 | 110110 | 1001001 | 1000111 |
Color Harmonies of #EBE080
Complementary color
Monochromatic Colors of #EBE080
Black with #EBE080
Text Example
Text Example
White with #EBE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE080; }
p { color: rgb(235,224,128); }
H1.HeaderClassName
{
color: #EBE080;
}
.AnyTagClassName
{
color: #EBE080;
}
</style>
background-color css
<style>
a { background-color: #EBE080; }
a { background-color: rgb(235,224,128); }
div.DivClassName
{
background-color: #EBE080;
}
.BgClassName
{
background-color: #EBE080;
}
</style>
border-color css
<style>
span { border-color: #EBE080; }
span { border-color: rgb(235,224,128); }
td.TdClassName
{
border-color: #EBE080;
}
.TagClassName
{
border-color: #EBE080;
}
</style>