#E6A29C

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

Shades of Petite Orchid #E6A29C

Tints of Petite Orchid #E6A29C

Color information

#E6A29C (or 0xE6A29C) is unknown color: approx Petite Orchid. HEX triplet: E6, A2 and 9C. RGB value is (230,162,156). Sum of RGB (Red+Green+Blue) = 230+162+156=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A29C is #195D63. Grayscale: #B5B5B5. Windows color (decimal): -1662308 or 10265318. OLE color: 10265318.

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

Color convert

RGB230162156-
CMYK00.300.320.10
HSL4.86º59.68%75.69%-
HSV(B)4.86º32.17%90.2%-
XYZ51.5545.0637.43-
YUV181.65113.53162.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=41.97%
G=29.56%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016215600.300.320.104.8659.6875.69
HexE6A29C01E20A53c4c
Octal3462422340364012574114
Binary11100110101000101001110001111010000010101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A29C; }

 p { color: rgb(230,162,156); }

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

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

 a { background-color: rgb(230,162,156); }

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

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

 span { border-color: rgb(230,162,156); }

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