#E6A096

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

Shades of Petite Orchid #E6A096

Tints of Petite Orchid #E6A096

Color information

#E6A096 (or 0xE6A096) is unknown color: approx Petite Orchid. HEX triplet: E6, A0 and 96. RGB value is (230,160,150). Sum of RGB (Red+Green+Blue) = 230+160+150=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A096 is #195F69. Grayscale: #B3B3B3. Windows color (decimal): -1662826 or 9871590. OLE color: 9871590.

HSL color Cylindrical-coordinate representation of color #E6A096: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6A096 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230160150-
CMYK00.300.350.10
HSL7.5º61.54%74.51%-
HSV(B)7.5º34.78%90.2%-
XYZ50.7144.1734.71-
YUV179.79111.19163.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.59%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=42.59%
G=29.63%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016015000.300.350.107.561.5474.51
HexE6A09601E23A83e4b
Octal34624022603643121076113
Binary111001101010000010010110011110100011101010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A096; }

 p { color: rgb(230,160,150); }

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

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

 a { background-color: rgb(230,160,150); }

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

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

 span { border-color: rgb(230,160,150); }

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