Shades of Orange White #EAE3CD
Tints of Orange White #EAE3CD
RGB
CMYK
RGB Variations
Color information
#EAE3CD (or 0xEAE3CD) is known color: Orange White. HEX triplet: EA, E3 and CD. RGB value is (234,227,205). Sum of RGB (Red+Green+Blue) = 234+227+205=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3CD is #151C32. Grayscale: #E2E2E2. Windows color (decimal): -1383475 or 13493226. OLE color: 13493226.
HSL color Cylindrical-coordinate representation of color #EAE3CD: hue angle of 45.52º degrees, saturation: 0.41, 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 #EAE3CD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 227 | 205 | - |
CMYK | 0 | 0.03 | 0.12 | 0.08 |
HSL | 45.52º | 0.41% | 0.86% | - |
HSV(B) | 45.52º | 0.12% | 0.92% | - |
XYZ | 72.42 | 76.84 | 68.77 | - |
YUV | 226.59 | 115.82 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 227 | 205 | 0 | 0.03 | 0.12 | 0.08 | 45.52 | 0.41 | 0.86 |
Hex | EA | E3 | CD | 0 | 3 | C | 8 | 2E | 29 | 56 |
Octal | 352 | 343 | 315 | 0 | 3 | 14 | 10 | 56 | 51 | 126 |
Binary | 11101010 | 11100011 | 11001101 | 0 | 11 | 1100 | 1000 | 101110 | 101001 | 1010110 |
Color Harmonies of #EAE3CD
Complementary color
Monochromatic Colors of #EAE3CD
Black with #EAE3CD
Text Example
Text Example
White with #EAE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3CD; }
p { color: rgb(234,227,205); }
H1.HeaderClassName
{
color: #EAE3CD;
}
.AnyTagClassName
{
color: #EAE3CD;
}
</style>
background-color css
<style>
a { background-color: #EAE3CD; }
a { background-color: rgb(234,227,205); }
div.DivClassName
{
background-color: #EAE3CD;
}
.BgClassName
{
background-color: #EAE3CD;
}
</style>
border-color css
<style>
span { border-color: #EAE3CD; }
span { border-color: rgb(234,227,205); }
td.TdClassName
{
border-color: #EAE3CD;
}
.TagClassName
{
border-color: #EAE3CD;
}
</style>