Html Css Color HEX #E0A095 Petite Orchid

📋 copy color: '#E0A095'

red 224 ◦ green 160 ◦ blue 149

#E0A095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #E0A095

Tints of Petite Orchid #E0A095

RGB

 RED value IS 224 (87.89% from 255) = 42.03%

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 42.03%
G = 30.02%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0A095 (or 0xE0A095) is known color: Petite Orchid. HEX triplet: E0, A0 and 95. RGB value is (224,160,149). Sum of RGB (Red+Green+Blue) = 224+160+149=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A095 is #1F5F6A. Grayscale: #B1B1B1. Windows color (decimal): -2056043 or 9806048. OLE color: 9806048.

HSL color Cylindrical-coordinate representation of color #E0A095: hue angle of 8.8º degrees, saturation: 0.55, 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 #E0A095 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 149 -
CMYK 0 0.29 0.33 0.12
HSL 8.8º 0.55% 0.73% -
HSV(B) 8.8º 0.33% 0.88% -
XYZ 48.74 43.16 34.2 -
YUV 177.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 224 160 149 0 0.29 0.33 0.12 8.8 0.55 0.73
Hex E0 A0 95 0 1D 21 C 9 37 49
Octal 340 240 225 0 35 41 14 11 67 111
Binary 11100000 10100000 10010101 0 11101 100001 1100 1001 110111 1001001

Color Harmonies of #E0A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A095

Black with #E0A095

Text Example


Text Example

White with #E0A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A095; }

 p { color: rgb(224,160,149); }

 H1.HeaderClassName
 {
   color: #E0A095;
 }
 .AnyTagClassName
 {
   color: #E0A095;
 }
</style>

background-color css

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

 a { background-color: rgb(224,160,149); }

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

border-color css

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

 span { border-color: rgb(224,160,149); }

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