Shades of Orange White #EAE2CA
Tints of Orange White #EAE2CA
RGB
CMYK
RGB Variations
Color information
#EAE2CA (or 0xEAE2CA) is known color: Orange White. HEX triplet: EA, E2 and CA. RGB value is (234,226,202). Sum of RGB (Red+Green+Blue) = 234+226+202=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2CA is #151D35. Grayscale: #E1E1E1. Windows color (decimal): -1383734 or 13296362. OLE color: 13296362.
HSL color Cylindrical-coordinate representation of color #EAE2CA: hue angle of 45º degrees, saturation: 0.43, 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 #EAE2CA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 202 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.08 |
| HSL | 45º | 0.43% | 0.85% | - |
| HSV(B) | 45º | 0.14% | 0.92% | - |
| XYZ | 71.79 | 76.15 | 66.79 | - |
| YUV | 225.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 202 | 0 | 0.03 | 0.14 | 0.08 | 45 | 0.43 | 0.85 |
| Hex | EA | E2 | CA | 0 | 3 | E | 8 | 2D | 2B | 55 |
| Octal | 352 | 342 | 312 | 0 | 3 | 16 | 10 | 55 | 53 | 125 |
| Binary | 11101010 | 11100010 | 11001010 | 0 | 11 | 1110 | 1000 | 101101 | 101011 | 1010101 |
Color Harmonies of #EAE2CA
Complementary color
Monochromatic Colors of #EAE2CA
Black with #EAE2CA
Text Example
Text Example
White with #EAE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2CA; }
p { color: rgb(234,226,202); }
H1.HeaderClassName
{
color: #EAE2CA;
}
.AnyTagClassName
{
color: #EAE2CA;
}
</style>
background-color css
<style>
a { background-color: #EAE2CA; }
a { background-color: rgb(234,226,202); }
div.DivClassName
{
background-color: #EAE2CA;
}
.BgClassName
{
background-color: #EAE2CA;
}
</style>
border-color css
<style>
span { border-color: #EAE2CA; }
span { border-color: rgb(234,226,202); }
td.TdClassName
{
border-color: #EAE2CA;
}
.TagClassName
{
border-color: #EAE2CA;
}
</style>