Shades of Pale Goldenrod #EBEAA4
Tints of Pale Goldenrod #EBEAA4
RGB
CMYK
RGB Variations
Color information
#EBEAA4 (or 0xEBEAA4) is known color: Pale Goldenrod. HEX triplet: EB, EA and A4. RGB value is (235,234,164). Sum of RGB (Red+Green+Blue) = 235+234+164=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAA4 is #14155B. Grayscale: #E2E2E2. Windows color (decimal): -1316188 or 10808043. OLE color: 10808043.
HSL color Cylindrical-coordinate representation of color #EBEAA4: hue angle of 59.15º 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 #EBEAA4 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 164 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.08 |
| HSL | 59.15º | 0.64% | 0.78% | - |
| HSV(B) | 59.15º | 0.3% | 0.92% | - |
| XYZ | 70.38 | 79.19 | 46.7 | - |
| YUV | 226.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 164 | 0 | 0.00 | 0.30 | 0.08 | 59.15 | 0.64 | 0.78 |
| Hex | EB | EA | A4 | 0 | 0 | 1E | 8 | 3B | 40 | 4E |
| Octal | 353 | 352 | 244 | 0 | 0 | 36 | 10 | 73 | 100 | 116 |
| Binary | 11101011 | 11101010 | 10100100 | 0 | 0 | 11110 | 1000 | 111011 | 1000000 | 1001110 |
Color Harmonies of #EBEAA4
Complementary color
Monochromatic Colors of #EBEAA4
Black with #EBEAA4
Text Example
Text Example
White with #EBEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAA4; }
p { color: rgb(235,234,164); }
H1.HeaderClassName
{
color: #EBEAA4;
}
.AnyTagClassName
{
color: #EBEAA4;
}
</style>
background-color css
<style>
a { background-color: #EBEAA4; }
a { background-color: rgb(235,234,164); }
div.DivClassName
{
background-color: #EBEAA4;
}
.BgClassName
{
background-color: #EBEAA4;
}
</style>
border-color css
<style>
span { border-color: #EBEAA4; }
span { border-color: rgb(235,234,164); }
td.TdClassName
{
border-color: #EBEAA4;
}
.TagClassName
{
border-color: #EBEAA4;
}
</style>