#E0A096

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

Shades of Petite Orchid #E0A096

Tints of Petite Orchid #E0A096

Color information

#E0A096 (or 0xE0A096) is unknown color: approx Petite Orchid. HEX triplet: E0, A0 and 96. RGB value is (224,160,150). Sum of RGB (Red+Green+Blue) = 224+160+150=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A096 is #1F5F69. Grayscale: #B2B2B2. Windows color (decimal): -2056042 or 9871584. OLE color: 9871584.

HSL color Cylindrical-coordinate representation of color #E0A096: hue angle of 8.11º degrees, saturation: 0.54, 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 #E0A096 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224160150-
CMYK00.290.330.12
HSL8.11º54.41%73.33%-
HSV(B)8.11º33.04%87.84%-
XYZ48.8243.1934.62-
YUV178112.2160.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=41.95%
G=29.96%
B=28.09%

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
Decimal22416015000.290.330.128.1154.4173.33
HexE0A09601D21C83649
Octal34024022603541141066111
Binary111000001010000010010110011101100001110010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A096; }

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

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

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

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

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

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

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

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