Shades of Hampton #E5CEA3
Tints of Hampton #E5CEA3
RGB
CMYK
RGB Variations
Color information
#E5CEA3 (or 0xE5CEA3) is known color: Hampton. HEX triplet: E5, CE and A3. RGB value is (229,206,163). Sum of RGB (Red+Green+Blue) = 229+206+163=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEA3 is #1A315C. Grayscale: #D0D0D0. Windows color (decimal): -1716573 or 10735333. OLE color: 10735333.
HSL color Cylindrical-coordinate representation of color #E5CEA3: hue angle of 39.09º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5CEA3 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 163 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.10 |
| HSL | 39.09º | 0.56% | 0.77% | - |
| HSV(B) | 39.09º | 0.29% | 0.9% | - |
| XYZ | 61 | 63.44 | 43.68 | - |
| YUV | 207.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 163 | 0 | 0.10 | 0.29 | 0.10 | 39.09 | 0.56 | 0.77 |
| Hex | E5 | CE | A3 | 0 | A | 1D | A | 27 | 38 | 4D |
| Octal | 345 | 316 | 243 | 0 | 12 | 35 | 12 | 47 | 70 | 115 |
| Binary | 11100101 | 11001110 | 10100011 | 0 | 1010 | 11101 | 1010 | 100111 | 111000 | 1001101 |
Color Harmonies of #E5CEA3
Complementary color
Monochromatic Colors of #E5CEA3
Black with #E5CEA3
Text Example
Text Example
White with #E5CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEA3; }
p { color: rgb(229,206,163); }
H1.HeaderClassName
{
color: #E5CEA3;
}
.AnyTagClassName
{
color: #E5CEA3;
}
</style>
background-color css
<style>
a { background-color: #E5CEA3; }
a { background-color: rgb(229,206,163); }
div.DivClassName
{
background-color: #E5CEA3;
}
.BgClassName
{
background-color: #E5CEA3;
}
</style>
border-color css
<style>
span { border-color: #E5CEA3; }
span { border-color: rgb(229,206,163); }
td.TdClassName
{
border-color: #E5CEA3;
}
.TagClassName
{
border-color: #E5CEA3;
}
</style>