#E9A19D

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

Shades of Petite Orchid #E9A19D

Tints of Petite Orchid #E9A19D

Color information

#E9A19D (or 0xE9A19D) is unknown color: approx Petite Orchid. HEX triplet: E9, A1 and 9D. RGB value is (233,161,157). Sum of RGB (Red+Green+Blue) = 233+161+157=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A19D is #165E62. Grayscale: #B6B6B6. Windows color (decimal): -1465955 or 10330601. OLE color: 10330601.

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

Color convert

RGB233161157-
CMYK00.310.330.09
HSL3.16º63.33%76.47%-
HSV(B)3.16º32.62%91.37%-
XYZ52.4345.2537.87-
YUV182.07113.85164.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.29%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=42.29%
G=29.22%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316115700.310.330.093.1663.3376.47
HexE9A19D01F21933f4c
Octal3512412350374111377114
Binary1110100110100001100111010111111000011001111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A19D; }

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

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

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

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

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

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

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

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