Shades of Hampton #E4D49E
Tints of Hampton #E4D49E
RGB
CMYK
RGB Variations
Color information
#E4D49E (or 0xE4D49E) is known color: Hampton. HEX triplet: E4, D4 and 9E. RGB value is (228,212,158). Sum of RGB (Red+Green+Blue) = 228+212+158=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D49E is #1B2B61. Grayscale: #D2D2D2. Windows color (decimal): -1780578 or 10409188. OLE color: 10409188.
HSL color Cylindrical-coordinate representation of color #E4D49E: hue angle of 46.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4D49E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 158 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.11 |
| HSL | 46.29º | 0.56% | 0.76% | - |
| HSV(B) | 46.29º | 0.31% | 0.89% | - |
| XYZ | 61.71 | 66.05 | 41.84 | - |
| YUV | 210.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 158 | 0 | 0.07 | 0.31 | 0.11 | 46.29 | 0.56 | 0.76 |
| Hex | E4 | D4 | 9E | 0 | 7 | 1F | B | 2E | 38 | 4C |
| Octal | 344 | 324 | 236 | 0 | 7 | 37 | 13 | 56 | 70 | 114 |
| Binary | 11100100 | 11010100 | 10011110 | 0 | 111 | 11111 | 1011 | 101110 | 111000 | 1001100 |
Color Harmonies of #E4D49E
Complementary color
Monochromatic Colors of #E4D49E
Black with #E4D49E
Text Example
Text Example
White with #E4D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D49E; }
p { color: rgb(228,212,158); }
H1.HeaderClassName
{
color: #E4D49E;
}
.AnyTagClassName
{
color: #E4D49E;
}
</style>
background-color css
<style>
a { background-color: #E4D49E; }
a { background-color: rgb(228,212,158); }
div.DivClassName
{
background-color: #E4D49E;
}
.BgClassName
{
background-color: #E4D49E;
}
</style>
border-color css
<style>
span { border-color: #E4D49E; }
span { border-color: rgb(228,212,158); }
td.TdClassName
{
border-color: #E4D49E;
}
.TagClassName
{
border-color: #E4D49E;
}
</style>