Shades of Orange White #EAE3C9
Tints of Orange White #EAE3C9
RGB
CMYK
RGB Variations
Color information
#EAE3C9 (or 0xEAE3C9) is known color: Orange White. HEX triplet: EA, E3 and C9. RGB value is (234,227,201). Sum of RGB (Red+Green+Blue) = 234+227+201=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3C9 is #151C36. Grayscale: #E2E2E2. Windows color (decimal): -1383479 or 13231082. OLE color: 13231082.
HSL color Cylindrical-coordinate representation of color #EAE3C9: hue angle of 47.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAE3C9 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 201 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.08 |
| HSL | 47.27º | 0.44% | 0.85% | - |
| HSV(B) | 47.27º | 0.14% | 0.92% | - |
| XYZ | 71.94 | 76.65 | 66.26 | - |
| YUV | 226.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 201 | 0 | 0.03 | 0.14 | 0.08 | 47.27 | 0.44 | 0.85 |
| Hex | EA | E3 | C9 | 0 | 3 | E | 8 | 2F | 2C | 55 |
| Octal | 352 | 343 | 311 | 0 | 3 | 16 | 10 | 57 | 54 | 125 |
| Binary | 11101010 | 11100011 | 11001001 | 0 | 11 | 1110 | 1000 | 101111 | 101100 | 1010101 |
Color Harmonies of #EAE3C9
Complementary color
Monochromatic Colors of #EAE3C9
Black with #EAE3C9
Text Example
Text Example
White with #EAE3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3C9; }
p { color: rgb(234,227,201); }
H1.HeaderClassName
{
color: #EAE3C9;
}
.AnyTagClassName
{
color: #EAE3C9;
}
</style>
background-color css
<style>
a { background-color: #EAE3C9; }
a { background-color: rgb(234,227,201); }
div.DivClassName
{
background-color: #EAE3C9;
}
.BgClassName
{
background-color: #EAE3C9;
}
</style>
border-color css
<style>
span { border-color: #EAE3C9; }
span { border-color: rgb(234,227,201); }
td.TdClassName
{
border-color: #EAE3C9;
}
.TagClassName
{
border-color: #EAE3C9;
}
</style>