#E5A097

Color #E5A097 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E5A097

Tints of Petite Orchid #E5A097

Color information

#E5A097 (or 0xE5A097) is unknown color: approx Petite Orchid. HEX triplet: E5, A0 and 97. RGB value is (229,160,151). Sum of RGB (Red+Green+Blue) = 229+160+151=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A097 is #1A5F68. Grayscale: #B3B3B3. Windows color (decimal): -1728361 or 9937125. OLE color: 9937125.

HSL color Cylindrical-coordinate representation of color #E5A097: hue angle of 6.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A097 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229160151-
CMYK00.300.340.10
HSL6.92º60%74.51%-
HSV(B)6.92º34.06%89.8%-
XYZ50.4744.0335.12-
YUV179.6111.86163.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=42.41%
G=29.63%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916015100.300.340.106.926074.51
HexE5A09701E22A73c4b
Octal3452402270364212774113
Binary11100101101000001001011101111010001010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A097; }

 p { color: rgb(229,160,151); }

 H1.HeaderClassName
 {
   color: #E5A097;
 }
 .AnyTagClassName
 {
   color: #E5A097;
 }
</style>
background-color css

<style>
 a { background-color: #E5A097; }

 a { background-color: rgb(229,160,151); }

 div.DivClassName
 {
   background-color: #E5A097;
 }
 .BgClassName
 {
   background-color: #E5A097;
 }
</style>
border-color css

<style>
 span { border-color: #E5A097; }

 span { border-color: rgb(229,160,151); }

 td.TdClassName
 {
   border-color: #E5A097;
 }
 .TagClassName
 {
   border-color: #E5A097;
 }
</style>