#E09486

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

Shades of Petite Orchid #E09486

Tints of Petite Orchid #E09486

Color information

#E09486 (or 0xE09486) is unknown color: approx Petite Orchid. HEX triplet: E0, 94 and 86. RGB value is (224,148,134). Sum of RGB (Red+Green+Blue) = 224+148+134=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09486 is #1F6B79. Grayscale: #A9A9A9. Windows color (decimal): -2059130 or 8819936. OLE color: 8819936.

HSL color Cylindrical-coordinate representation of color #E09486: hue angle of 9.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09486 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224148134-
CMYK00.340.400.12
HSL9.33º59.21%70.2%-
HSV(B)9.33º40.18%87.84%-
XYZ45.6338.7527.63-
YUV169.13108.18167.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=44.27%
G=29.25%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414813400.340.400.129.3359.2170.2
HexE0948602228C93b46
Octal34022420604250141173106
Binary1110000010010100100001100100010101000110010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09486; }

 p { color: rgb(224,148,134); }

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

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

 a { background-color: rgb(224,148,134); }

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

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

 span { border-color: rgb(224,148,134); }

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