Shades of Hampton #EAD39C
Tints of Hampton #EAD39C
RGB
CMYK
RGB Variations
Color information
#EAD39C (or 0xEAD39C) is known color: Hampton. HEX triplet: EA, D3 and 9C. RGB value is (234,211,156). Sum of RGB (Red+Green+Blue) = 234+211+156=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD39C is #152C63. Grayscale: #D3D3D3. Windows color (decimal): -1387620 or 10277866. OLE color: 10277866.
HSL color Cylindrical-coordinate representation of color #EAD39C: hue angle of 42.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAD39C is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 156 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.08 |
| HSL | 42.31º | 0.65% | 0.76% | - |
| HSV(B) | 42.31º | 0.33% | 0.92% | - |
| XYZ | 63.23 | 66.48 | 40.95 | - |
| YUV | 211.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 156 | 0 | 0.10 | 0.33 | 0.08 | 42.31 | 0.65 | 0.76 |
| Hex | EA | D3 | 9C | 0 | A | 21 | 8 | 2A | 41 | 4C |
| Octal | 352 | 323 | 234 | 0 | 12 | 41 | 10 | 52 | 101 | 114 |
| Binary | 11101010 | 11010011 | 10011100 | 0 | 1010 | 100001 | 1000 | 101010 | 1000001 | 1001100 |
Color Harmonies of #EAD39C
Complementary color
Monochromatic Colors of #EAD39C
Black with #EAD39C
Text Example
Text Example
White with #EAD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD39C; }
p { color: rgb(234,211,156); }
H1.HeaderClassName
{
color: #EAD39C;
}
.AnyTagClassName
{
color: #EAD39C;
}
</style>
background-color css
<style>
a { background-color: #EAD39C; }
a { background-color: rgb(234,211,156); }
div.DivClassName
{
background-color: #EAD39C;
}
.BgClassName
{
background-color: #EAD39C;
}
</style>
border-color css
<style>
span { border-color: #EAD39C; }
span { border-color: rgb(234,211,156); }
td.TdClassName
{
border-color: #EAD39C;
}
.TagClassName
{
border-color: #EAD39C;
}
</style>