Shades of Pale Goldenrod #EAE4AB
Tints of Pale Goldenrod #EAE4AB
RGB
CMYK
RGB Variations
Color information
#EAE4AB (or 0xEAE4AB) is known color: Pale Goldenrod. HEX triplet: EA, E4 and AB. RGB value is (234,228,171). Sum of RGB (Red+Green+Blue) = 234+228+171=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AB is #151B54. Grayscale: #DFDFDF. Windows color (decimal): -1383253 or 11265258. OLE color: 11265258.
HSL color Cylindrical-coordinate representation of color #EAE4AB: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE4AB is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 171 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.08 |
| HSL | 54.29º | 0.6% | 0.79% | - |
| HSV(B) | 54.29º | 0.27% | 0.92% | - |
| XYZ | 69.03 | 75.92 | 49.54 | - |
| YUV | 223.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 171 | 0 | 0.03 | 0.27 | 0.08 | 54.29 | 0.6 | 0.79 |
| Hex | EA | E4 | AB | 0 | 3 | 1B | 8 | 36 | 3C | 4F |
| Octal | 352 | 344 | 253 | 0 | 3 | 33 | 10 | 66 | 74 | 117 |
| Binary | 11101010 | 11100100 | 10101011 | 0 | 11 | 11011 | 1000 | 110110 | 111100 | 1001111 |
Color Harmonies of #EAE4AB
Complementary color
Monochromatic Colors of #EAE4AB
Black with #EAE4AB
Text Example
Text Example
White with #EAE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4AB; }
p { color: rgb(234,228,171); }
H1.HeaderClassName
{
color: #EAE4AB;
}
.AnyTagClassName
{
color: #EAE4AB;
}
</style>
background-color css
<style>
a { background-color: #EAE4AB; }
a { background-color: rgb(234,228,171); }
div.DivClassName
{
background-color: #EAE4AB;
}
.BgClassName
{
background-color: #EAE4AB;
}
</style>
border-color css
<style>
span { border-color: #EAE4AB; }
span { border-color: rgb(234,228,171); }
td.TdClassName
{
border-color: #EAE4AB;
}
.TagClassName
{
border-color: #EAE4AB;
}
</style>