Shades of Hampton #EAD39B
Tints of Hampton #EAD39B
RGB
CMYK
RGB Variations
Color information
#EAD39B (or 0xEAD39B) is known color: Hampton. HEX triplet: EA, D3 and 9B. RGB value is (234,211,155). Sum of RGB (Red+Green+Blue) = 234+211+155=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD39B is #152C64. Grayscale: #D3D3D3. Windows color (decimal): -1387621 or 10212330. OLE color: 10212330.
HSL color Cylindrical-coordinate representation of color #EAD39B: hue angle of 42.53º 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 #EAD39B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 155 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.08 |
| HSL | 42.53º | 0.65% | 0.76% | - |
| HSV(B) | 42.53º | 0.34% | 0.92% | - |
| XYZ | 63.14 | 66.45 | 40.51 | - |
| YUV | 211.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 155 | 0 | 0.10 | 0.34 | 0.08 | 42.53 | 0.65 | 0.76 |
| Hex | EA | D3 | 9B | 0 | A | 22 | 8 | 2B | 41 | 4C |
| Octal | 352 | 323 | 233 | 0 | 12 | 42 | 10 | 53 | 101 | 114 |
| Binary | 11101010 | 11010011 | 10011011 | 0 | 1010 | 100010 | 1000 | 101011 | 1000001 | 1001100 |
Color Harmonies of #EAD39B
Complementary color
Monochromatic Colors of #EAD39B
Black with #EAD39B
Text Example
Text Example
White with #EAD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD39B; }
p { color: rgb(234,211,155); }
H1.HeaderClassName
{
color: #EAD39B;
}
.AnyTagClassName
{
color: #EAD39B;
}
</style>
background-color css
<style>
a { background-color: #EAD39B; }
a { background-color: rgb(234,211,155); }
div.DivClassName
{
background-color: #EAD39B;
}
.BgClassName
{
background-color: #EAD39B;
}
</style>
border-color css
<style>
span { border-color: #EAD39B; }
span { border-color: rgb(234,211,155); }
td.TdClassName
{
border-color: #EAD39B;
}
.TagClassName
{
border-color: #EAD39B;
}
</style>