Shades of Orange White #EBE4D0
Tints of Orange White #EBE4D0
RGB
CMYK
RGB Variations
Color information
#EBE4D0 (or 0xEBE4D0) is known color: Orange White. HEX triplet: EB, E4 and D0. RGB value is (235,228,208). Sum of RGB (Red+Green+Blue) = 235+228+208=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4D0 is #141B2F. Grayscale: #E3E3E3. Windows color (decimal): -1317680 or 13690091. OLE color: 13690091.
HSL color Cylindrical-coordinate representation of color #EBE4D0: hue angle of 44.44º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBE4D0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 228 | 208 | - |
CMYK | 0 | 0.03 | 0.11 | 0.08 |
HSL | 44.44º | 0.4% | 0.87% | - |
HSV(B) | 44.44º | 0.11% | 0.92% | - |
XYZ | 73.39 | 77.7 | 70.8 | - |
YUV | 227.81 | 116.82 | 133.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 228 | 208 | 0 | 0.03 | 0.11 | 0.08 | 44.44 | 0.4 | 0.87 |
Hex | EB | E4 | D0 | 0 | 3 | B | 8 | 2C | 28 | 57 |
Octal | 353 | 344 | 320 | 0 | 3 | 13 | 10 | 54 | 50 | 127 |
Binary | 11101011 | 11100100 | 11010000 | 0 | 11 | 1011 | 1000 | 101100 | 101000 | 1010111 |
Color Harmonies of #EBE4D0
Complementary color
Monochromatic Colors of #EBE4D0
Black with #EBE4D0
Text Example
Text Example
White with #EBE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4D0; }
p { color: rgb(235,228,208); }
H1.HeaderClassName
{
color: #EBE4D0;
}
.AnyTagClassName
{
color: #EBE4D0;
}
</style>
background-color css
<style>
a { background-color: #EBE4D0; }
a { background-color: rgb(235,228,208); }
div.DivClassName
{
background-color: #EBE4D0;
}
.BgClassName
{
background-color: #EBE4D0;
}
</style>
border-color css
<style>
span { border-color: #EBE4D0; }
span { border-color: rgb(235,228,208); }
td.TdClassName
{
border-color: #EBE4D0;
}
.TagClassName
{
border-color: #EBE4D0;
}
</style>