Shades of Hampton #EBD49C
Tints of Hampton #EBD49C
RGB
CMYK
RGB Variations
Color information
#EBD49C (or 0xEBD49C) is known color: Hampton. HEX triplet: EB, D4 and 9C. RGB value is (235,212,156). Sum of RGB (Red+Green+Blue) = 235+212+156=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD49C is #142B63. Grayscale: #D4D4D4. Windows color (decimal): -1321828 or 10278123. OLE color: 10278123.
HSL color Cylindrical-coordinate representation of color #EBD49C: hue angle of 42.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBD49C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 156 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.08 |
| HSL | 42.53º | 0.66% | 0.77% | - |
| HSV(B) | 42.53º | 0.34% | 0.92% | - |
| XYZ | 63.81 | 67.15 | 41.05 | - |
| YUV | 212.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 156 | 0 | 0.10 | 0.34 | 0.08 | 42.53 | 0.66 | 0.77 |
| Hex | EB | D4 | 9C | 0 | A | 22 | 8 | 2B | 42 | 4D |
| Octal | 353 | 324 | 234 | 0 | 12 | 42 | 10 | 53 | 102 | 115 |
| Binary | 11101011 | 11010100 | 10011100 | 0 | 1010 | 100010 | 1000 | 101011 | 1000010 | 1001101 |
Color Harmonies of #EBD49C
Complementary color
Monochromatic Colors of #EBD49C
Black with #EBD49C
Text Example
Text Example
White with #EBD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD49C; }
p { color: rgb(235,212,156); }
H1.HeaderClassName
{
color: #EBD49C;
}
.AnyTagClassName
{
color: #EBD49C;
}
</style>
background-color css
<style>
a { background-color: #EBD49C; }
a { background-color: rgb(235,212,156); }
div.DivClassName
{
background-color: #EBD49C;
}
.BgClassName
{
background-color: #EBD49C;
}
</style>
border-color css
<style>
span { border-color: #EBD49C; }
span { border-color: rgb(235,212,156); }
td.TdClassName
{
border-color: #EBD49C;
}
.TagClassName
{
border-color: #EBD49C;
}
</style>