#E9A19A

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

Shades of Petite Orchid #E9A19A

Tints of Petite Orchid #E9A19A

Color information

#E9A19A (or 0xE9A19A) is unknown color: approx Petite Orchid. HEX triplet: E9, A1 and 9A. RGB value is (233,161,154). Sum of RGB (Red+Green+Blue) = 233+161+154=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A19A is #165E65. Grayscale: #B5B5B5. Windows color (decimal): -1465958 or 10133993. OLE color: 10133993.

HSL color Cylindrical-coordinate representation of color #E9A19A: hue angle of 5.32º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A19A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233161154-
CMYK00.310.340.09
HSL5.32º64.23%75.88%-
HSV(B)5.32º33.91%91.37%-
XYZ52.1845.1536.54-
YUV181.73112.35164.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.52%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=42.52%
G=29.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316115400.310.340.095.3264.2375.88
HexE9A19A01F2295404c
Octal35124123203742115100114
Binary111010011010000110011010011111100010100110110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A19A; }

 p { color: rgb(233,161,154); }

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

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

 a { background-color: rgb(233,161,154); }

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

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

 span { border-color: rgb(233,161,154); }

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