#E9A29A

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

Shades of Petite Orchid #E9A29A

Tints of Petite Orchid #E9A29A

Color information

#E9A29A (or 0xE9A29A) is unknown color: approx Petite Orchid. HEX triplet: E9, A2 and 9A. RGB value is (233,162,154). Sum of RGB (Red+Green+Blue) = 233+162+154=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A29A is #165D65. Grayscale: #B6B6B6. Windows color (decimal): -1465702 or 10134249. OLE color: 10134249.

HSL color Cylindrical-coordinate representation of color #E9A29A: hue angle of 6.08º 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 #E9A29A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233162154-
CMYK00.300.340.09
HSL6.08º64.23%75.88%-
HSV(B)6.08º33.91%91.37%-
XYZ52.3645.536.59-
YUV182.32112.02164.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=42.44%
G=29.51%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316215400.300.340.096.0864.2375.88
HexE9A29A01E2296404c
Octal35124223203642116100114
Binary111010011010001010011010011110100010100111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A29A; }

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

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

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

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

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

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

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

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