#E0A29A

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

Shades of Petite Orchid #E0A29A

Tints of Petite Orchid #E0A29A

Color information

#E0A29A (or 0xE0A29A) is unknown color: approx Petite Orchid. HEX triplet: E0, A2 and 9A. RGB value is (224,162,154). Sum of RGB (Red+Green+Blue) = 224+162+154=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A29A is #1F5D65. Grayscale: #B3B3B3. Windows color (decimal): -2055526 or 10134240. OLE color: 10134240.

HSL color Cylindrical-coordinate representation of color #E0A29A: hue angle of 6.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A29A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224162154-
CMYK00.280.310.12
HSL6.86º53.03%74.12%-
HSV(B)6.86º31.25%87.84%-
XYZ49.4944.0236.46-
YUV179.63113.54159.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=41.48%
G=30%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416215400.280.310.126.8653.0374.12
HexE0A29A01C1FC7354a
Octal3402422320343714765112
Binary1110000010100010100110100111001111111001111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A29A; }

 p { color: rgb(224,162,154); }

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

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

 a { background-color: rgb(224,162,154); }

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

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

 span { border-color: rgb(224,162,154); }

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