#E09D96

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

Shades of Petite Orchid #E09D96

Tints of Petite Orchid #E09D96

Color information

#E09D96 (or 0xE09D96) is unknown color: approx Petite Orchid. HEX triplet: E0, 9D and 96. RGB value is (224,157,150). Sum of RGB (Red+Green+Blue) = 224+157+150=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D96 is #1F6269. Grayscale: #B0B0B0. Windows color (decimal): -2056810 or 9870816. OLE color: 9870816.

HSL color Cylindrical-coordinate representation of color #E09D96: hue angle of 5.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09D96 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224157150-
CMYK00.300.330.12
HSL5.68º54.41%73.33%-
HSV(B)5.68º33.04%87.84%-
XYZ48.342.1634.45-
YUV176.24113.2162.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=42.18%
G=29.57%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415715000.300.330.125.6854.4173.33
HexE09D9601E21C63649
Octal3402352260364114666111
Binary11100000100111011001011001111010000111001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09D96; }

 p { color: rgb(224,157,150); }

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

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

 a { background-color: rgb(224,157,150); }

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

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

 span { border-color: rgb(224,157,150); }

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