Shades of Pampas #E9E5E0
Tints of Pampas #E9E5E0
RGB
CMYK
RGB Variations
Color information
#E9E5E0 (or 0xE9E5E0) is known color: Pampas. HEX triplet: E9, E5 and E0. RGB value is (233,229,224). Sum of RGB (Red+Green+Blue) = 233+229+224=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5E0 is #161A1F. Grayscale: #E5E5E5. Windows color (decimal): -1448480 or 14738921. OLE color: 14738921.
HSL color Cylindrical-coordinate representation of color #E9E5E0: hue angle of 33.33º degrees, saturation: 0.17, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E5E0 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 229 | 224 | - |
CMYK | 0 | 0.02 | 0.04 | 0.09 |
HSL | 33.33º | 0.17% | 0.9% | - |
HSV(B) | 33.33º | 0.04% | 0.91% | - |
XYZ | 75.08 | 78.74 | 81.76 | - |
YUV | 229.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 229 | 224 | 0 | 0.02 | 0.04 | 0.09 | 33.33 | 0.17 | 0.9 |
Hex | E9 | E5 | E0 | 0 | 2 | 4 | 9 | 21 | 11 | 5A |
Octal | 351 | 345 | 340 | 0 | 2 | 4 | 11 | 41 | 21 | 132 |
Binary | 11101001 | 11100101 | 11100000 | 0 | 10 | 100 | 1001 | 100001 | 10001 | 1011010 |
Color Harmonies of #E9E5E0
Complementary color
Monochromatic Colors of #E9E5E0
Black with #E9E5E0
Text Example
Text Example
White with #E9E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5E0; }
p { color: rgb(233,229,224); }
H1.HeaderClassName
{
color: #E9E5E0;
}
.AnyTagClassName
{
color: #E9E5E0;
}
</style>
background-color css
<style>
a { background-color: #E9E5E0; }
a { background-color: rgb(233,229,224); }
div.DivClassName
{
background-color: #E9E5E0;
}
.BgClassName
{
background-color: #E9E5E0;
}
</style>
border-color css
<style>
span { border-color: #E9E5E0; }
span { border-color: rgb(233,229,224); }
td.TdClassName
{
border-color: #E9E5E0;
}
.TagClassName
{
border-color: #E9E5E0;
}
</style>