Shades of Pale Goldenrod #EAE3B1
Tints of Pale Goldenrod #EAE3B1
RGB
CMYK
RGB Variations
Color information
#EAE3B1 (or 0xEAE3B1) is known color: Pale Goldenrod. HEX triplet: EA, E3 and B1. RGB value is (234,227,177). Sum of RGB (Red+Green+Blue) = 234+227+177=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3B1 is #151C4E. Grayscale: #DFDFDF. Windows color (decimal): -1383503 or 11658218. OLE color: 11658218.
HSL color Cylindrical-coordinate representation of color #EAE3B1: hue angle of 52.63º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAE3B1 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 177 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.08 |
| HSL | 52.63º | 0.58% | 0.81% | - |
| HSV(B) | 52.63º | 0.24% | 0.92% | - |
| XYZ | 69.34 | 75.6 | 52.53 | - |
| YUV | 223.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 177 | 0 | 0.03 | 0.24 | 0.08 | 52.63 | 0.58 | 0.81 |
| Hex | EA | E3 | B1 | 0 | 3 | 18 | 8 | 35 | 3A | 51 |
| Octal | 352 | 343 | 261 | 0 | 3 | 30 | 10 | 65 | 72 | 121 |
| Binary | 11101010 | 11100011 | 10110001 | 0 | 11 | 11000 | 1000 | 110101 | 111010 | 1010001 |
Color Harmonies of #EAE3B1
Complementary color
Monochromatic Colors of #EAE3B1
Black with #EAE3B1
Text Example
Text Example
White with #EAE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3B1; }
p { color: rgb(234,227,177); }
H1.HeaderClassName
{
color: #EAE3B1;
}
.AnyTagClassName
{
color: #EAE3B1;
}
</style>
background-color css
<style>
a { background-color: #EAE3B1; }
a { background-color: rgb(234,227,177); }
div.DivClassName
{
background-color: #EAE3B1;
}
.BgClassName
{
background-color: #EAE3B1;
}
</style>
border-color css
<style>
span { border-color: #EAE3B1; }
span { border-color: rgb(234,227,177); }
td.TdClassName
{
border-color: #EAE3B1;
}
.TagClassName
{
border-color: #EAE3B1;
}
</style>