#E4A29A

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

Shades of Petite Orchid #E4A29A

Tints of Petite Orchid #E4A29A

Color information

#E4A29A (or 0xE4A29A) is unknown color: approx Petite Orchid. HEX triplet: E4, A2 and 9A. RGB value is (228,162,154). Sum of RGB (Red+Green+Blue) = 228+162+154=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A29A is #1B5D65. Grayscale: #B4B4B4. Windows color (decimal): -1793382 or 10134244. OLE color: 10134244.

HSL color Cylindrical-coordinate representation of color #E4A29A: hue angle of 6.49º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4A29A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228162154-
CMYK00.290.320.11
HSL6.49º57.81%74.9%-
HSV(B)6.49º32.46%89.41%-
XYZ50.7544.6736.52-
YUV180.82112.87161.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=41.91%
G=29.78%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816215400.290.320.116.4957.8174.9
HexE4A29A01D20B63a4b
Octal3442422320354013672113
Binary11100100101000101001101001110110000010111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A29A; }

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

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

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

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

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

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

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

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