Html Css Color HEX #E0A097 Petite Orchid

📋 copy color: '#E0A097'

red 224 ◦ green 160 ◦ blue 151

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

Shades of Petite Orchid #E0A097

Tints of Petite Orchid #E0A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.22%

R = 41.87%
G = 29.91%
B = 28.22%

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

#E0A097 (or 0xE0A097) is known color: Petite Orchid. HEX triplet: E0, A0 and 97. RGB value is (224,160,151). Sum of RGB (Red+Green+Blue) = 224+160+151=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A097 is #1F5F68. Grayscale: #B2B2B2. Windows color (decimal): -2056041 or 9937120. OLE color: 9937120.

HSL color Cylindrical-coordinate representation of color #E0A097: hue angle of 7.4º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A097 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 151 -
CMYK 0 0.29 0.33 0.12
HSL 7.4º 0.54% 0.74% -
HSV(B) 7.4º 0.33% 0.88% -
XYZ 48.9 43.22 35.04 -
YUV 178.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 224 160 151 0 0.29 0.33 0.12 7.4 0.54 0.74
Hex E0 A0 97 0 1D 21 C 7 36 4A
Octal 340 240 227 0 35 41 14 7 66 112
Binary 11100000 10100000 10010111 0 11101 100001 1100 111 110110 1001010

Color Harmonies of #E0A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A097

Black with #E0A097

Text Example


Text Example

White with #E0A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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