Html Css Color HEX #EDE6BB Half Colonial White
📋 copy color: '#EDE6BB'red 237 ◦ green 230 ◦ blue 187
Shades of Half Colonial White #EDE6BB
Tints of Half Colonial White #EDE6BB
RGB
CMYK
RGB Variations
Color information
#EDE6BB (or 0xEDE6BB) is known color: Half Colonial White. HEX triplet: ED, E6 and BB. RGB value is (237,230,187). Sum of RGB (Red+Green+Blue) = 237+230+187=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6BB is #121944. Grayscale: #E3E3E3. Windows color (decimal): -1186117 or 12314349. OLE color: 12314349.
HSL color Cylindrical-coordinate representation of color #EDE6BB: hue angle of 51.6º 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 #EDE6BB is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 187 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 51.6º | 0.58% | 0.83% | - |
| HSV(B) | 51.6º | 0.21% | 0.93% | - |
| XYZ | 72.19 | 78.19 | 58.3 | - |
| YUV | 227.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 187 | 0 | 0.03 | 0.21 | 0.07 | 51.6 | 0.58 | 0.83 |
| Hex | ED | E6 | BB | 0 | 3 | 15 | 7 | 34 | 3A | 53 |
| Octal | 355 | 346 | 273 | 0 | 3 | 25 | 7 | 64 | 72 | 123 |
| Binary | 11101101 | 11100110 | 10111011 | 0 | 11 | 10101 | 111 | 110100 | 111010 | 1010011 |
Color Harmonies of #EDE6BB
Complementary color
Monochromatic Colors of #EDE6BB
Black with #EDE6BB
Text Example
Text Example
White with #EDE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6BB; }
p { color: rgb(237,230,187); }
H1.HeaderClassName
{
color: #EDE6BB;
}
.AnyTagClassName
{
color: #EDE6BB;
}
</style>
background-color css
<style>
a { background-color: #EDE6BB; }
a { background-color: rgb(237,230,187); }
div.DivClassName
{
background-color: #EDE6BB;
}
.BgClassName
{
background-color: #EDE6BB;
}
</style>
border-color css
<style>
span { border-color: #EDE6BB; }
span { border-color: rgb(237,230,187); }
td.TdClassName
{
border-color: #EDE6BB;
}
.TagClassName
{
border-color: #EDE6BB;
}
</style>