Shades of Hampton #EADB9B
Tints of Hampton #EADB9B
RGB
CMYK
RGB Variations
Color information
#EADB9B (or 0xEADB9B) is known color: Hampton. HEX triplet: EA, DB and 9B. RGB value is (234,219,155). Sum of RGB (Red+Green+Blue) = 234+219+155=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB9B is #152464. Grayscale: #D8D8D8. Windows color (decimal): -1385573 or 10214378. OLE color: 10214378.
HSL color Cylindrical-coordinate representation of color #EADB9B: hue angle of 48.61º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EADB9B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 155 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.08 |
| HSL | 48.61º | 0.65% | 0.76% | - |
| HSV(B) | 48.61º | 0.34% | 0.92% | - |
| XYZ | 65.18 | 70.52 | 41.19 | - |
| YUV | 216.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 155 | 0 | 0.06 | 0.34 | 0.08 | 48.61 | 0.65 | 0.76 |
| Hex | EA | DB | 9B | 0 | 6 | 22 | 8 | 31 | 41 | 4C |
| Octal | 352 | 333 | 233 | 0 | 6 | 42 | 10 | 61 | 101 | 114 |
| Binary | 11101010 | 11011011 | 10011011 | 0 | 110 | 100010 | 1000 | 110001 | 1000001 | 1001100 |
Color Harmonies of #EADB9B
Complementary color
Monochromatic Colors of #EADB9B
Black with #EADB9B
Text Example
Text Example
White with #EADB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB9B; }
p { color: rgb(234,219,155); }
H1.HeaderClassName
{
color: #EADB9B;
}
.AnyTagClassName
{
color: #EADB9B;
}
</style>
background-color css
<style>
a { background-color: #EADB9B; }
a { background-color: rgb(234,219,155); }
div.DivClassName
{
background-color: #EADB9B;
}
.BgClassName
{
background-color: #EADB9B;
}
</style>
border-color css
<style>
span { border-color: #EADB9B; }
span { border-color: rgb(234,219,155); }
td.TdClassName
{
border-color: #EADB9B;
}
.TagClassName
{
border-color: #EADB9B;
}
</style>