Shades of Petite Orchid #E5A299
Tints of Petite Orchid #E5A299
RGB
CMYK
RGB Variations
Color information
#E5A299 (or 0xE5A299) is known color: Petite Orchid. HEX triplet: E5, A2 and 99. RGB value is (229,162,153). Sum of RGB (Red+Green+Blue) = 229+162+153=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A299 is #1A5D66. Grayscale: #B5B5B5. Windows color (decimal): -1727847 or 10068709. OLE color: 10068709.
HSL color Cylindrical-coordinate representation of color #E5A299: hue angle of 7.11º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A299 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 153 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.10 |
| HSL | 7.11º | 0.59% | 0.75% | - |
| HSV(B) | 7.11º | 0.33% | 0.9% | - |
| XYZ | 50.98 | 44.8 | 36.1 | - |
| YUV | 181.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 153 | 0 | 0.29 | 0.33 | 0.10 | 7.11 | 0.59 | 0.75 |
| Hex | E5 | A2 | 99 | 0 | 1D | 21 | A | 7 | 3B | 4B |
| Octal | 345 | 242 | 231 | 0 | 35 | 41 | 12 | 7 | 73 | 113 |
| Binary | 11100101 | 10100010 | 10011001 | 0 | 11101 | 100001 | 1010 | 111 | 111011 | 1001011 |
Color Harmonies of #E5A299
Complementary color
Monochromatic Colors of #E5A299
Black with #E5A299
Text Example
Text Example
White with #E5A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A299; }
p { color: rgb(229,162,153); }
H1.HeaderClassName
{
color: #E5A299;
}
.AnyTagClassName
{
color: #E5A299;
}
</style>
background-color css
<style>
a { background-color: #E5A299; }
a { background-color: rgb(229,162,153); }
div.DivClassName
{
background-color: #E5A299;
}
.BgClassName
{
background-color: #E5A299;
}
</style>
border-color css
<style>
span { border-color: #E5A299; }
span { border-color: rgb(229,162,153); }
td.TdClassName
{
border-color: #E5A299;
}
.TagClassName
{
border-color: #E5A299;
}
</style>