Shades of Light Goldenrod #EBE085
Tints of Light Goldenrod #EBE085
RGB
CMYK
RGB Variations
Color information
#EBE085 (or 0xEBE085) is known color: Light Goldenrod. HEX triplet: EB, E0 and 85. RGB value is (235,224,133). Sum of RGB (Red+Green+Blue) = 235+224+133=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE085 is #141F7A. Grayscale: #D9D9D9. Windows color (decimal): -1318779 or 8773867. OLE color: 8773867.
HSL color Cylindrical-coordinate representation of color #EBE085: hue angle of 53.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBE085 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 133 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.08 |
| HSL | 53.53º | 0.72% | 0.72% | - |
| HSV(B) | 53.53º | 0.43% | 0.92% | - |
| XYZ | 65.15 | 72.67 | 32.78 | - |
| YUV | 216.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 133 | 0 | 0.05 | 0.43 | 0.08 | 53.53 | 0.72 | 0.72 |
| Hex | EB | E0 | 85 | 0 | 5 | 2B | 8 | 36 | 48 | 48 |
| Octal | 353 | 340 | 205 | 0 | 5 | 53 | 10 | 66 | 110 | 110 |
| Binary | 11101011 | 11100000 | 10000101 | 0 | 101 | 101011 | 1000 | 110110 | 1001000 | 1001000 |
Color Harmonies of #EBE085
Complementary color
Monochromatic Colors of #EBE085
Black with #EBE085
Text Example
Text Example
White with #EBE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE085; }
p { color: rgb(235,224,133); }
H1.HeaderClassName
{
color: #EBE085;
}
.AnyTagClassName
{
color: #EBE085;
}
</style>
background-color css
<style>
a { background-color: #EBE085; }
a { background-color: rgb(235,224,133); }
div.DivClassName
{
background-color: #EBE085;
}
.BgClassName
{
background-color: #EBE085;
}
</style>
border-color css
<style>
span { border-color: #EBE085; }
span { border-color: rgb(235,224,133); }
td.TdClassName
{
border-color: #EBE085;
}
.TagClassName
{
border-color: #EBE085;
}
</style>