#E8A09C

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

Shades of Petite Orchid #E8A09C

Tints of Petite Orchid #E8A09C

Color information

#E8A09C (or 0xE8A09C) is unknown color: approx Petite Orchid. HEX triplet: E8, A0 and 9C. RGB value is (232,160,156). Sum of RGB (Red+Green+Blue) = 232+160+156=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A09C is #175F63. Grayscale: #B5B5B5. Windows color (decimal): -1531748 or 10264808. OLE color: 10264808.

HSL color Cylindrical-coordinate representation of color #E8A09C: hue angle of 3.16º degrees, saturation: 0.62, 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 #E8A09C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB232160156-
CMYK00.310.330.09
HSL3.16º62.3%76.08%-
HSV(B)3.16º32.76%90.98%-
XYZ51.8544.737.35-
YUV181.07113.85164.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=42.34%
G=29.20%
B=28.47%

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
Decimal23216015600.310.330.093.1662.376.08
HexE8A09C01F21933e4c
Octal3502402340374111376114
Binary1110100010100000100111000111111000011001111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A09C; }

 p { color: rgb(232,160,156); }

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

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

 a { background-color: rgb(232,160,156); }

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

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

 span { border-color: rgb(232,160,156); }

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