Shades of Pale Goldenrod #EBE1A4
Tints of Pale Goldenrod #EBE1A4
RGB
CMYK
RGB Variations
Color information
#EBE1A4 (or 0xEBE1A4) is known color: Pale Goldenrod. HEX triplet: EB, E1 and A4. RGB value is (235,225,164). Sum of RGB (Red+Green+Blue) = 235+225+164=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1A4 is #141E5B. Grayscale: #DDDDDD. Windows color (decimal): -1318492 or 10805739. OLE color: 10805739.
HSL color Cylindrical-coordinate representation of color #EBE1A4: hue angle of 51.55º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE1A4 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 164 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.08 |
| HSL | 51.55º | 0.64% | 0.78% | - |
| HSV(B) | 51.55º | 0.3% | 0.92% | - |
| XYZ | 67.89 | 74.19 | 45.86 | - |
| YUV | 221.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 164 | 0 | 0.04 | 0.30 | 0.08 | 51.55 | 0.64 | 0.78 |
| Hex | EB | E1 | A4 | 0 | 4 | 1E | 8 | 34 | 40 | 4E |
| Octal | 353 | 341 | 244 | 0 | 4 | 36 | 10 | 64 | 100 | 116 |
| Binary | 11101011 | 11100001 | 10100100 | 0 | 100 | 11110 | 1000 | 110100 | 1000000 | 1001110 |
Color Harmonies of #EBE1A4
Complementary color
Monochromatic Colors of #EBE1A4
Black with #EBE1A4
Text Example
Text Example
White with #EBE1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1A4; }
p { color: rgb(235,225,164); }
H1.HeaderClassName
{
color: #EBE1A4;
}
.AnyTagClassName
{
color: #EBE1A4;
}
</style>
background-color css
<style>
a { background-color: #EBE1A4; }
a { background-color: rgb(235,225,164); }
div.DivClassName
{
background-color: #EBE1A4;
}
.BgClassName
{
background-color: #EBE1A4;
}
</style>
border-color css
<style>
span { border-color: #EBE1A4; }
span { border-color: rgb(235,225,164); }
td.TdClassName
{
border-color: #EBE1A4;
}
.TagClassName
{
border-color: #EBE1A4;
}
</style>