#E0A19B

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

Shades of Petite Orchid #E0A19B

Tints of Petite Orchid #E0A19B

Color information

#E0A19B (or 0xE0A19B) is unknown color: approx Petite Orchid. HEX triplet: E0, A1 and 9B. RGB value is (224,161,155). Sum of RGB (Red+Green+Blue) = 224+161+155=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A19B is #1F5E64. Grayscale: #B3B3B3. Windows color (decimal): -2055781 or 10199520. OLE color: 10199520.

HSL color Cylindrical-coordinate representation of color #E0A19B: hue angle of 5.22º 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 #E0A19B is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224161155-
CMYK00.280.310.12
HSL5.22º52.67%74.31%-
HSV(B)5.22º30.8%87.84%-
XYZ49.443.736.84-
YUV179.15114.37159.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=41.48%
G=29.81%
B=28.70%

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
Decimal22416115500.280.310.125.2252.6774.31
HexE0A19B01C1FC5354a
Octal3402412330343714565112
Binary1110000010100001100110110111001111111001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A19B; }

 p { color: rgb(224,161,155); }

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

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

 a { background-color: rgb(224,161,155); }

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

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

 span { border-color: rgb(224,161,155); }

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