#E0A095

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

Shades of Petite Orchid #E0A095

Tints of Petite Orchid #E0A095

Color information

#E0A095 (or 0xE0A095) is unknown color: approx Petite Orchid. HEX triplet: E0, A0 and 95. RGB value is (224,160,149). Sum of RGB (Red+Green+Blue) = 224+160+149=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A095 is #1F5F6A. Grayscale: #B1B1B1. Windows color (decimal): -2056043 or 9806048. OLE color: 9806048.

HSL color Cylindrical-coordinate representation of color #E0A095: hue angle of 8.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A095 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224160149-
CMYK00.290.330.12
HSL8.8º54.74%73.14%-
HSV(B)8.8º33.48%87.84%-
XYZ48.7443.1634.2-
YUV177.88111.7160.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=42.03%
G=30.02%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014900.290.330.128.854.7473.14
HexE0A09501D21C93749
Octal34024022503541141167111
Binary111000001010000010010101011101100001110010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A095; }

 p { color: rgb(224,160,149); }

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

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

 a { background-color: rgb(224,160,149); }

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

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

 span { border-color: rgb(224,160,149); }

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