Shades of Half And Half #EAE6BB
Tints of Half And Half #EAE6BB
RGB
CMYK
RGB Variations
Color information
#EAE6BB (or 0xEAE6BB) is known color: Half And Half. HEX triplet: EA, E6 and BB. RGB value is (234,230,187). Sum of RGB (Red+Green+Blue) = 234+230+187=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6BB is #151944. Grayscale: #E2E2E2. Windows color (decimal): -1382725 or 12314346. OLE color: 12314346.
HSL color Cylindrical-coordinate representation of color #EAE6BB: hue angle of 54.89º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAE6BB is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 187 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.08 |
| HSL | 54.89º | 0.53% | 0.83% | - |
| HSV(B) | 54.89º | 0.2% | 0.92% | - |
| XYZ | 71.2 | 77.67 | 58.25 | - |
| YUV | 226.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 187 | 0 | 0.02 | 0.20 | 0.08 | 54.89 | 0.53 | 0.83 |
| Hex | EA | E6 | BB | 0 | 2 | 14 | 8 | 37 | 35 | 53 |
| Octal | 352 | 346 | 273 | 0 | 2 | 24 | 10 | 67 | 65 | 123 |
| Binary | 11101010 | 11100110 | 10111011 | 0 | 10 | 10100 | 1000 | 110111 | 110101 | 1010011 |
Color Harmonies of #EAE6BB
Complementary color
Monochromatic Colors of #EAE6BB
Black with #EAE6BB
Text Example
Text Example
White with #EAE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6BB; }
p { color: rgb(234,230,187); }
H1.HeaderClassName
{
color: #EAE6BB;
}
.AnyTagClassName
{
color: #EAE6BB;
}
</style>
background-color css
<style>
a { background-color: #EAE6BB; }
a { background-color: rgb(234,230,187); }
div.DivClassName
{
background-color: #EAE6BB;
}
.BgClassName
{
background-color: #EAE6BB;
}
</style>
border-color css
<style>
span { border-color: #EAE6BB; }
span { border-color: rgb(234,230,187); }
td.TdClassName
{
border-color: #EAE6BB;
}
.TagClassName
{
border-color: #EAE6BB;
}
</style>