Shades of Petite Orchid #E0A29A
Tints of Petite Orchid #E0A29A
RGB
CMYK
RGB Variations
Color information
#E0A29A (or 0xE0A29A) is known color: Petite Orchid. HEX triplet: E0, A2 and 9A. RGB value is (224,162,154). Sum of RGB (Red+Green+Blue) = 224+162+154=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A29A is #1F5D65. Grayscale: #B3B3B3. Windows color (decimal): -2055526 or 10134240. OLE color: 10134240.
HSL color Cylindrical-coordinate representation of color #E0A29A: hue angle of 6.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A29A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 154 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.12 |
| HSL | 6.86º | 0.53% | 0.74% | - |
| HSV(B) | 6.86º | 0.31% | 0.88% | - |
| XYZ | 49.49 | 44.02 | 36.46 | - |
| YUV | 179.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 154 | 0 | 0.28 | 0.31 | 0.12 | 6.86 | 0.53 | 0.74 |
| Hex | E0 | A2 | 9A | 0 | 1C | 1F | C | 7 | 35 | 4A |
| Octal | 340 | 242 | 232 | 0 | 34 | 37 | 14 | 7 | 65 | 112 |
| Binary | 11100000 | 10100010 | 10011010 | 0 | 11100 | 11111 | 1100 | 111 | 110101 | 1001010 |
Color Harmonies of #E0A29A
Complementary color
Monochromatic Colors of #E0A29A
Black with #E0A29A
Text Example
Text Example
White with #E0A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A29A; }
p { color: rgb(224,162,154); }
H1.HeaderClassName
{
color: #E0A29A;
}
.AnyTagClassName
{
color: #E0A29A;
}
</style>
background-color css
<style>
a { background-color: #E0A29A; }
a { background-color: rgb(224,162,154); }
div.DivClassName
{
background-color: #E0A29A;
}
.BgClassName
{
background-color: #E0A29A;
}
</style>
border-color css
<style>
span { border-color: #E0A29A; }
span { border-color: rgb(224,162,154); }
td.TdClassName
{
border-color: #E0A29A;
}
.TagClassName
{
border-color: #E0A29A;
}
</style>