Shades of Hampton #EBD49B
Tints of Hampton #EBD49B
RGB
CMYK
RGB Variations
Color information
#EBD49B (or 0xEBD49B) is known color: Hampton. HEX triplet: EB, D4 and 9B. RGB value is (235,212,155). Sum of RGB (Red+Green+Blue) = 235+212+155=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD49B is #142B64. Grayscale: #D4D4D4. Windows color (decimal): -1321829 or 10212587. OLE color: 10212587.
HSL color Cylindrical-coordinate representation of color #EBD49B: hue angle of 42.75º degrees, saturation: 0.67, 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 #EBD49B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 155 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.08 |
| HSL | 42.75º | 0.67% | 0.76% | - |
| HSV(B) | 42.75º | 0.34% | 0.92% | - |
| XYZ | 63.72 | 67.12 | 40.61 | - |
| YUV | 212.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 155 | 0 | 0.10 | 0.34 | 0.08 | 42.75 | 0.67 | 0.76 |
| Hex | EB | D4 | 9B | 0 | A | 22 | 8 | 2B | 43 | 4C |
| Octal | 353 | 324 | 233 | 0 | 12 | 42 | 10 | 53 | 103 | 114 |
| Binary | 11101011 | 11010100 | 10011011 | 0 | 1010 | 100010 | 1000 | 101011 | 1000011 | 1001100 |
Color Harmonies of #EBD49B
Complementary color
Monochromatic Colors of #EBD49B
Black with #EBD49B
Text Example
Text Example
White with #EBD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD49B; }
p { color: rgb(235,212,155); }
H1.HeaderClassName
{
color: #EBD49B;
}
.AnyTagClassName
{
color: #EBD49B;
}
</style>
background-color css
<style>
a { background-color: #EBD49B; }
a { background-color: rgb(235,212,155); }
div.DivClassName
{
background-color: #EBD49B;
}
.BgClassName
{
background-color: #EBD49B;
}
</style>
border-color css
<style>
span { border-color: #EBD49B; }
span { border-color: rgb(235,212,155); }
td.TdClassName
{
border-color: #EBD49B;
}
.TagClassName
{
border-color: #EBD49B;
}
</style>