Shades of Orange White #EBE6D1
Tints of Orange White #EBE6D1
RGB
CMYK
RGB Variations
Color information
#EBE6D1 (or 0xEBE6D1) is known color: Orange White. HEX triplet: EB, E6 and D1. RGB value is (235,230,209). Sum of RGB (Red+Green+Blue) = 235+230+209=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6D1 is #14192E. Grayscale: #E5E5E5. Windows color (decimal): -1317167 or 13756139. OLE color: 13756139.
HSL color Cylindrical-coordinate representation of color #EBE6D1: hue angle of 48.46º degrees, saturation: 0.39, 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 #EBE6D1 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 209 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.08 |
| HSL | 48.46º | 0.39% | 0.87% | - |
| HSV(B) | 48.46º | 0.11% | 0.92% | - |
| XYZ | 74.07 | 78.86 | 71.64 | - |
| YUV | 229.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 209 | 0 | 0.02 | 0.11 | 0.08 | 48.46 | 0.39 | 0.87 |
| Hex | EB | E6 | D1 | 0 | 2 | B | 8 | 30 | 27 | 57 |
| Octal | 353 | 346 | 321 | 0 | 2 | 13 | 10 | 60 | 47 | 127 |
| Binary | 11101011 | 11100110 | 11010001 | 0 | 10 | 1011 | 1000 | 110000 | 100111 | 1010111 |
Color Harmonies of #EBE6D1
Complementary color
Monochromatic Colors of #EBE6D1
Black with #EBE6D1
Text Example
Text Example
White with #EBE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6D1; }
p { color: rgb(235,230,209); }
H1.HeaderClassName
{
color: #EBE6D1;
}
.AnyTagClassName
{
color: #EBE6D1;
}
</style>
background-color css
<style>
a { background-color: #EBE6D1; }
a { background-color: rgb(235,230,209); }
div.DivClassName
{
background-color: #EBE6D1;
}
.BgClassName
{
background-color: #EBE6D1;
}
</style>
border-color css
<style>
span { border-color: #EBE6D1; }
span { border-color: rgb(235,230,209); }
td.TdClassName
{
border-color: #EBE6D1;
}
.TagClassName
{
border-color: #EBE6D1;
}
</style>