Shades of Orange White #EAE5CE
Tints of Orange White #EAE5CE
RGB
CMYK
RGB Variations
Color information
#EAE5CE (or 0xEAE5CE) is known color: Orange White. HEX triplet: EA, E5 and CE. RGB value is (234,229,206). Sum of RGB (Red+Green+Blue) = 234+229+206=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5CE is #151A31. Grayscale: #E3E3E3. Windows color (decimal): -1382962 or 13559274. OLE color: 13559274.
HSL color Cylindrical-coordinate representation of color #EAE5CE: hue angle of 49.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAE5CE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 206 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.08 |
| HSL | 49.29º | 0.4% | 0.86% | - |
| HSV(B) | 49.29º | 0.12% | 0.92% | - |
| XYZ | 73.09 | 77.99 | 69.59 | - |
| YUV | 227.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 206 | 0 | 0.02 | 0.12 | 0.08 | 49.29 | 0.4 | 0.86 |
| Hex | EA | E5 | CE | 0 | 2 | C | 8 | 31 | 28 | 56 |
| Octal | 352 | 345 | 316 | 0 | 2 | 14 | 10 | 61 | 50 | 126 |
| Binary | 11101010 | 11100101 | 11001110 | 0 | 10 | 1100 | 1000 | 110001 | 101000 | 1010110 |
Color Harmonies of #EAE5CE
Complementary color
Monochromatic Colors of #EAE5CE
Black with #EAE5CE
Text Example
Text Example
White with #EAE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5CE; }
p { color: rgb(234,229,206); }
H1.HeaderClassName
{
color: #EAE5CE;
}
.AnyTagClassName
{
color: #EAE5CE;
}
</style>
background-color css
<style>
a { background-color: #EAE5CE; }
a { background-color: rgb(234,229,206); }
div.DivClassName
{
background-color: #EAE5CE;
}
.BgClassName
{
background-color: #EAE5CE;
}
</style>
border-color css
<style>
span { border-color: #EAE5CE; }
span { border-color: rgb(234,229,206); }
td.TdClassName
{
border-color: #EAE5CE;
}
.TagClassName
{
border-color: #EAE5CE;
}
</style>