Shades of Half And Half #EAE6BE
Tints of Half And Half #EAE6BE
RGB
CMYK
RGB Variations
Color information
#EAE6BE (or 0xEAE6BE) is known color: Half And Half. HEX triplet: EA, E6 and BE. RGB value is (234,230,190). Sum of RGB (Red+Green+Blue) = 234+230+190=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6BE is #151941. Grayscale: #E2E2E2. Windows color (decimal): -1382722 or 12510954. OLE color: 12510954.
HSL color Cylindrical-coordinate representation of color #EAE6BE: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAE6BE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 190 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.08 |
| HSL | 54.55º | 0.51% | 0.83% | - |
| HSV(B) | 54.55º | 0.19% | 0.92% | - |
| XYZ | 71.52 | 77.8 | 59.96 | - |
| YUV | 226.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 190 | 0 | 0.02 | 0.19 | 0.08 | 54.55 | 0.51 | 0.83 |
| Hex | EA | E6 | BE | 0 | 2 | 13 | 8 | 37 | 33 | 53 |
| Octal | 352 | 346 | 276 | 0 | 2 | 23 | 10 | 67 | 63 | 123 |
| Binary | 11101010 | 11100110 | 10111110 | 0 | 10 | 10011 | 1000 | 110111 | 110011 | 1010011 |
Color Harmonies of #EAE6BE
Complementary color
Monochromatic Colors of #EAE6BE
Black with #EAE6BE
Text Example
Text Example
White with #EAE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6BE; }
p { color: rgb(234,230,190); }
H1.HeaderClassName
{
color: #EAE6BE;
}
.AnyTagClassName
{
color: #EAE6BE;
}
</style>
background-color css
<style>
a { background-color: #EAE6BE; }
a { background-color: rgb(234,230,190); }
div.DivClassName
{
background-color: #EAE6BE;
}
.BgClassName
{
background-color: #EAE6BE;
}
</style>
border-color css
<style>
span { border-color: #EAE6BE; }
span { border-color: rgb(234,230,190); }
td.TdClassName
{
border-color: #EAE6BE;
}
.TagClassName
{
border-color: #EAE6BE;
}
</style>