Shades of Half And Half #EDE7BC
Tints of Half And Half #EDE7BC
RGB
CMYK
RGB Variations
Color information
#EDE7BC (or 0xEDE7BC) is known color: Half And Half. HEX triplet: ED, E7 and BC. RGB value is (237,231,188). Sum of RGB (Red+Green+Blue) = 237+231+188=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7BC is #121843. Grayscale: #E4E4E4. Windows color (decimal): -1185860 or 12380141. OLE color: 12380141.
HSL color Cylindrical-coordinate representation of color #EDE7BC: hue angle of 52.65º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE7BC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 188 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 52.65º | 0.58% | 0.83% | - |
| HSV(B) | 52.65º | 0.21% | 0.93% | - |
| XYZ | 72.58 | 78.79 | 58.96 | - |
| YUV | 227.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 188 | 0 | 0.03 | 0.21 | 0.07 | 52.65 | 0.58 | 0.83 |
| Hex | ED | E7 | BC | 0 | 3 | 15 | 7 | 35 | 3A | 53 |
| Octal | 355 | 347 | 274 | 0 | 3 | 25 | 7 | 65 | 72 | 123 |
| Binary | 11101101 | 11100111 | 10111100 | 0 | 11 | 10101 | 111 | 110101 | 111010 | 1010011 |
Color Harmonies of #EDE7BC
Complementary color
Monochromatic Colors of #EDE7BC
Black with #EDE7BC
Text Example
Text Example
White with #EDE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7BC; }
p { color: rgb(237,231,188); }
H1.HeaderClassName
{
color: #EDE7BC;
}
.AnyTagClassName
{
color: #EDE7BC;
}
</style>
background-color css
<style>
a { background-color: #EDE7BC; }
a { background-color: rgb(237,231,188); }
div.DivClassName
{
background-color: #EDE7BC;
}
.BgClassName
{
background-color: #EDE7BC;
}
</style>
border-color css
<style>
span { border-color: #EDE7BC; }
span { border-color: rgb(237,231,188); }
td.TdClassName
{
border-color: #EDE7BC;
}
.TagClassName
{
border-color: #EDE7BC;
}
</style>