Shades of Hampton #E5CFA3
Tints of Hampton #E5CFA3
RGB
CMYK
RGB Variations
Color information
#E5CFA3 (or 0xE5CFA3) is known color: Hampton. HEX triplet: E5, CF and A3. RGB value is (229,207,163). Sum of RGB (Red+Green+Blue) = 229+207+163=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFA3 is #1A305C. Grayscale: #D0D0D0. Windows color (decimal): -1716317 or 10735589. OLE color: 10735589.
HSL color Cylindrical-coordinate representation of color #E5CFA3: hue angle of 40º 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 #E5CFA3 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 163 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.10 |
| HSL | 40º | 0.56% | 0.77% | - |
| HSV(B) | 40º | 0.29% | 0.9% | - |
| XYZ | 61.24 | 63.93 | 43.76 | - |
| YUV | 208.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 163 | 0 | 0.10 | 0.29 | 0.10 | 40 | 0.56 | 0.77 |
| Hex | E5 | CF | A3 | 0 | A | 1D | A | 28 | 38 | 4D |
| Octal | 345 | 317 | 243 | 0 | 12 | 35 | 12 | 50 | 70 | 115 |
| Binary | 11100101 | 11001111 | 10100011 | 0 | 1010 | 11101 | 1010 | 101000 | 111000 | 1001101 |
Color Harmonies of #E5CFA3
Complementary color
Monochromatic Colors of #E5CFA3
Black with #E5CFA3
Text Example
Text Example
White with #E5CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFA3; }
p { color: rgb(229,207,163); }
H1.HeaderClassName
{
color: #E5CFA3;
}
.AnyTagClassName
{
color: #E5CFA3;
}
</style>
background-color css
<style>
a { background-color: #E5CFA3; }
a { background-color: rgb(229,207,163); }
div.DivClassName
{
background-color: #E5CFA3;
}
.BgClassName
{
background-color: #E5CFA3;
}
</style>
border-color css
<style>
span { border-color: #E5CFA3; }
span { border-color: rgb(229,207,163); }
td.TdClassName
{
border-color: #E5CFA3;
}
.TagClassName
{
border-color: #E5CFA3;
}
</style>