Shades of Pale Goldenrod #EBE0A1
Tints of Pale Goldenrod #EBE0A1
RGB
CMYK
RGB Variations
Color information
#EBE0A1 (or 0xEBE0A1) is known color: Pale Goldenrod. HEX triplet: EB, E0 and A1. RGB value is (235,224,161). Sum of RGB (Red+Green+Blue) = 235+224+161=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A1 is #141F5E. Grayscale: #DCDCDC. Windows color (decimal): -1318751 or 10608875. OLE color: 10608875.
HSL color Cylindrical-coordinate representation of color #EBE0A1: hue angle of 51.08º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBE0A1 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 161 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.08 |
| HSL | 51.08º | 0.65% | 0.78% | - |
| HSV(B) | 51.08º | 0.31% | 0.92% | - |
| XYZ | 67.35 | 73.55 | 44.36 | - |
| YUV | 220.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 161 | 0 | 0.05 | 0.31 | 0.08 | 51.08 | 0.65 | 0.78 |
| Hex | EB | E0 | A1 | 0 | 5 | 1F | 8 | 33 | 41 | 4E |
| Octal | 353 | 340 | 241 | 0 | 5 | 37 | 10 | 63 | 101 | 116 |
| Binary | 11101011 | 11100000 | 10100001 | 0 | 101 | 11111 | 1000 | 110011 | 1000001 | 1001110 |
Color Harmonies of #EBE0A1
Complementary color
Monochromatic Colors of #EBE0A1
Black with #EBE0A1
Text Example
Text Example
White with #EBE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0A1; }
p { color: rgb(235,224,161); }
H1.HeaderClassName
{
color: #EBE0A1;
}
.AnyTagClassName
{
color: #EBE0A1;
}
</style>
background-color css
<style>
a { background-color: #EBE0A1; }
a { background-color: rgb(235,224,161); }
div.DivClassName
{
background-color: #EBE0A1;
}
.BgClassName
{
background-color: #EBE0A1;
}
</style>
border-color css
<style>
span { border-color: #EBE0A1; }
span { border-color: rgb(235,224,161); }
td.TdClassName
{
border-color: #EBE0A1;
}
.TagClassName
{
border-color: #EBE0A1;
}
</style>