#E5A29C

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

Shades of Petite Orchid #E5A29C

Tints of Petite Orchid #E5A29C

Color information

#E5A29C (or 0xE5A29C) is unknown color: approx Petite Orchid. HEX triplet: E5, A2 and 9C. RGB value is (229,162,156). Sum of RGB (Red+Green+Blue) = 229+162+156=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A29C is #1A5D63. Grayscale: #B5B5B5. Windows color (decimal): -1727844 or 10265317. OLE color: 10265317.

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

Color convert

RGB229162156-
CMYK00.290.320.10
HSL4.93º58.4%75.49%-
HSV(B)4.93º31.88%89.8%-
XYZ51.2344.937.42-
YUV181.35113.7161.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=41.86%
G=29.62%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916215600.290.320.104.9358.475.49
HexE5A29C01D20A53a4b
Octal3452422340354012572113
Binary11100101101000101001110001110110000010101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A29C; }

 p { color: rgb(229,162,156); }

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

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

 a { background-color: rgb(229,162,156); }

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

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

 span { border-color: rgb(229,162,156); }

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