Shades of Pale Goldenrod #EAE1B1
Tints of Pale Goldenrod #EAE1B1
RGB
CMYK
RGB Variations
Color information
#EAE1B1 (or 0xEAE1B1) is known color: Pale Goldenrod. HEX triplet: EA, E1 and B1. RGB value is (234,225,177). Sum of RGB (Red+Green+Blue) = 234+225+177=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1B1 is #151E4E. Grayscale: #DEDEDE. Windows color (decimal): -1384015 or 11657706. OLE color: 11657706.
HSL color Cylindrical-coordinate representation of color #EAE1B1: hue angle of 50.53º 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 #EAE1B1 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 177 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.08 |
| HSL | 50.53º | 0.58% | 0.81% | - |
| HSV(B) | 50.53º | 0.24% | 0.92% | - |
| XYZ | 68.79 | 74.52 | 52.35 | - |
| YUV | 222.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 177 | 0 | 0.04 | 0.24 | 0.08 | 50.53 | 0.58 | 0.81 |
| Hex | EA | E1 | B1 | 0 | 4 | 18 | 8 | 33 | 3A | 51 |
| Octal | 352 | 341 | 261 | 0 | 4 | 30 | 10 | 63 | 72 | 121 |
| Binary | 11101010 | 11100001 | 10110001 | 0 | 100 | 11000 | 1000 | 110011 | 111010 | 1010001 |
Color Harmonies of #EAE1B1
Complementary color
Monochromatic Colors of #EAE1B1
Black with #EAE1B1
Text Example
Text Example
White with #EAE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1B1; }
p { color: rgb(234,225,177); }
H1.HeaderClassName
{
color: #EAE1B1;
}
.AnyTagClassName
{
color: #EAE1B1;
}
</style>
background-color css
<style>
a { background-color: #EAE1B1; }
a { background-color: rgb(234,225,177); }
div.DivClassName
{
background-color: #EAE1B1;
}
.BgClassName
{
background-color: #EAE1B1;
}
</style>
border-color css
<style>
span { border-color: #EAE1B1; }
span { border-color: rgb(234,225,177); }
td.TdClassName
{
border-color: #EAE1B1;
}
.TagClassName
{
border-color: #EAE1B1;
}
</style>