Shades of Petite Orchid #E0A09B
Tints of Petite Orchid #E0A09B
RGB
CMYK
RGB Variations
Color information
#E0A09B (or 0xE0A09B) is known color: Petite Orchid. HEX triplet: E0, A0 and 9B. RGB value is (224,160,155). Sum of RGB (Red+Green+Blue) = 224+160+155=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A09B is #1F5F64. Grayscale: #B2B2B2. Windows color (decimal): -2056037 or 10199264. OLE color: 10199264.
HSL color Cylindrical-coordinate representation of color #E0A09B: hue angle of 4.35º 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 #E0A09B is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 155 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.12 |
| HSL | 4.35º | 0.53% | 0.74% | - |
| HSV(B) | 4.35º | 0.31% | 0.88% | - |
| XYZ | 49.23 | 43.36 | 36.78 | - |
| YUV | 178.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 155 | 0 | 0.29 | 0.31 | 0.12 | 4.35 | 0.53 | 0.74 |
| Hex | E0 | A0 | 9B | 0 | 1D | 1F | C | 4 | 35 | 4A |
| Octal | 340 | 240 | 233 | 0 | 35 | 37 | 14 | 4 | 65 | 112 |
| Binary | 11100000 | 10100000 | 10011011 | 0 | 11101 | 11111 | 1100 | 100 | 110101 | 1001010 |
Color Harmonies of #E0A09B
Complementary color
Monochromatic Colors of #E0A09B
Black with #E0A09B
Text Example
Text Example
White with #E0A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A09B; }
p { color: rgb(224,160,155); }
H1.HeaderClassName
{
color: #E0A09B;
}
.AnyTagClassName
{
color: #E0A09B;
}
</style>
background-color css
<style>
a { background-color: #E0A09B; }
a { background-color: rgb(224,160,155); }
div.DivClassName
{
background-color: #E0A09B;
}
.BgClassName
{
background-color: #E0A09B;
}
</style>
border-color css
<style>
span { border-color: #E0A09B; }
span { border-color: rgb(224,160,155); }
td.TdClassName
{
border-color: #E0A09B;
}
.TagClassName
{
border-color: #E0A09B;
}
</style>