#E6A39A

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

Shades of Petite Orchid #E6A39A

Tints of Petite Orchid #E6A39A

Color information

#E6A39A (or 0xE6A39A) is unknown color: approx Petite Orchid. HEX triplet: E6, A3 and 9A. RGB value is (230,163,154). Sum of RGB (Red+Green+Blue) = 230+163+154=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A39A is #195C65. Grayscale: #B6B6B6. Windows color (decimal): -1662054 or 10134502. OLE color: 10134502.

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

Color convert

RGB230163154-
CMYK00.290.330.10
HSL7.11º60.32%75.29%-
HSV(B)7.11º33.04%90.2%-
XYZ51.5645.3536.61-
YUV182.01112.2162.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=42.05%
G=29.80%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016315400.290.330.107.1160.3275.29
HexE6A39A01D21A73c4b
Octal3462432320354112774113
Binary11100110101000111001101001110110000110101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A39A; }

 p { color: rgb(230,163,154); }

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

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

 a { background-color: rgb(230,163,154); }

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

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

 span { border-color: rgb(230,163,154); }

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