Shades of Pale Goldenrod #EAE4B6
Tints of Pale Goldenrod #EAE4B6
RGB
CMYK
RGB Variations
Color information
#EAE4B6 (or 0xEAE4B6) is known color: Pale Goldenrod. HEX triplet: EA, E4 and B6. RGB value is (234,228,182). Sum of RGB (Red+Green+Blue) = 234+228+182=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4B6 is #151B49. Grayscale: #E0E0E0. Windows color (decimal): -1383242 or 11986154. OLE color: 11986154.
HSL color Cylindrical-coordinate representation of color #EAE4B6: hue angle of 53.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAE4B6 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 182 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.08 |
| HSL | 53.08º | 0.55% | 0.82% | - |
| HSV(B) | 53.08º | 0.22% | 0.92% | - |
| XYZ | 70.12 | 76.36 | 55.3 | - |
| YUV | 224.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 182 | 0 | 0.03 | 0.22 | 0.08 | 53.08 | 0.55 | 0.82 |
| Hex | EA | E4 | B6 | 0 | 3 | 16 | 8 | 35 | 37 | 52 |
| Octal | 352 | 344 | 266 | 0 | 3 | 26 | 10 | 65 | 67 | 122 |
| Binary | 11101010 | 11100100 | 10110110 | 0 | 11 | 10110 | 1000 | 110101 | 110111 | 1010010 |
Color Harmonies of #EAE4B6
Complementary color
Monochromatic Colors of #EAE4B6
Black with #EAE4B6
Text Example
Text Example
White with #EAE4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4B6; }
p { color: rgb(234,228,182); }
H1.HeaderClassName
{
color: #EAE4B6;
}
.AnyTagClassName
{
color: #EAE4B6;
}
</style>
background-color css
<style>
a { background-color: #EAE4B6; }
a { background-color: rgb(234,228,182); }
div.DivClassName
{
background-color: #EAE4B6;
}
.BgClassName
{
background-color: #EAE4B6;
}
</style>
border-color css
<style>
span { border-color: #EAE4B6; }
span { border-color: rgb(234,228,182); }
td.TdClassName
{
border-color: #EAE4B6;
}
.TagClassName
{
border-color: #EAE4B6;
}
</style>