Shades of Hampton #E5CFA2
Tints of Hampton #E5CFA2
RGB
CMYK
RGB Variations
Color information
#E5CFA2 (or 0xE5CFA2) is known color: Hampton. HEX triplet: E5, CF and A2. RGB value is (229,207,162). Sum of RGB (Red+Green+Blue) = 229+207+162=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFA2 is #1A305D. Grayscale: #D0D0D0. Windows color (decimal): -1716318 or 10670053. OLE color: 10670053.
HSL color Cylindrical-coordinate representation of color #E5CFA2: hue angle of 40.3º 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 #E5CFA2 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 162 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.10 |
| HSL | 40.3º | 0.56% | 0.77% | - |
| HSV(B) | 40.3º | 0.29% | 0.9% | - |
| XYZ | 61.15 | 63.89 | 43.29 | - |
| YUV | 208.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 162 | 0 | 0.10 | 0.29 | 0.10 | 40.3 | 0.56 | 0.77 |
| Hex | E5 | CF | A2 | 0 | A | 1D | A | 28 | 38 | 4D |
| Octal | 345 | 317 | 242 | 0 | 12 | 35 | 12 | 50 | 70 | 115 |
| Binary | 11100101 | 11001111 | 10100010 | 0 | 1010 | 11101 | 1010 | 101000 | 111000 | 1001101 |
Color Harmonies of #E5CFA2
Complementary color
Monochromatic Colors of #E5CFA2
Black with #E5CFA2
Text Example
Text Example
White with #E5CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFA2; }
p { color: rgb(229,207,162); }
H1.HeaderClassName
{
color: #E5CFA2;
}
.AnyTagClassName
{
color: #E5CFA2;
}
</style>
background-color css
<style>
a { background-color: #E5CFA2; }
a { background-color: rgb(229,207,162); }
div.DivClassName
{
background-color: #E5CFA2;
}
.BgClassName
{
background-color: #E5CFA2;
}
</style>
border-color css
<style>
span { border-color: #E5CFA2; }
span { border-color: rgb(229,207,162); }
td.TdClassName
{
border-color: #E5CFA2;
}
.TagClassName
{
border-color: #E5CFA2;
}
</style>