#E5A096

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

Shades of Petite Orchid #E5A096

Tints of Petite Orchid #E5A096

Color information

#E5A096 (or 0xE5A096) is unknown color: approx Petite Orchid. HEX triplet: E5, A0 and 96. RGB value is (229,160,150). Sum of RGB (Red+Green+Blue) = 229+160+150=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A096 is #1A5F69. Grayscale: #B3B3B3. Windows color (decimal): -1728362 or 9871589. OLE color: 9871589.

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

Color convert

RGB229160150-
CMYK00.300.340.10
HSL7.59º60.31%74.31%-
HSV(B)7.59º34.5%89.8%-
XYZ50.394434.69-
YUV179.49111.36163.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=42.49%
G=29.68%
B=27.83%

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
Decimal22916015000.300.340.107.5960.3174.31
HexE5A09601E22A83c4a
Octal34524022603642121074112
Binary111001011010000010010110011110100010101010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A096; }

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

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

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

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

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

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

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

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