Shades of Orange White #EAE6D2
Tints of Orange White #EAE6D2
RGB
CMYK
RGB Variations
Color information
#EAE6D2 (or 0xEAE6D2) is known color: Orange White. HEX triplet: EA, E6 and D2. RGB value is (234,230,210). Sum of RGB (Red+Green+Blue) = 234+230+210=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6D2 is #15192D. Grayscale: #E4E4E4. Windows color (decimal): -1382702 or 13821674. OLE color: 13821674.
HSL color Cylindrical-coordinate representation of color #EAE6D2: hue angle of 50º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE6D2 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 210 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.08 |
| HSL | 50º | 0.36% | 0.87% | - |
| HSV(B) | 50º | 0.1% | 0.92% | - |
| XYZ | 73.86 | 78.74 | 72.28 | - |
| YUV | 228.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 210 | 0 | 0.02 | 0.10 | 0.08 | 50 | 0.36 | 0.87 |
| Hex | EA | E6 | D2 | 0 | 2 | A | 8 | 32 | 24 | 57 |
| Octal | 352 | 346 | 322 | 0 | 2 | 12 | 10 | 62 | 44 | 127 |
| Binary | 11101010 | 11100110 | 11010010 | 0 | 10 | 1010 | 1000 | 110010 | 100100 | 1010111 |
Color Harmonies of #EAE6D2
Complementary color
Monochromatic Colors of #EAE6D2
Black with #EAE6D2
Text Example
Text Example
White with #EAE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6D2; }
p { color: rgb(234,230,210); }
H1.HeaderClassName
{
color: #EAE6D2;
}
.AnyTagClassName
{
color: #EAE6D2;
}
</style>
background-color css
<style>
a { background-color: #EAE6D2; }
a { background-color: rgb(234,230,210); }
div.DivClassName
{
background-color: #EAE6D2;
}
.BgClassName
{
background-color: #EAE6D2;
}
</style>
border-color css
<style>
span { border-color: #EAE6D2; }
span { border-color: rgb(234,230,210); }
td.TdClassName
{
border-color: #EAE6D2;
}
.TagClassName
{
border-color: #EAE6D2;
}
</style>