Html Css Color HEX #E0A096 Petite Orchid

📋 copy color: '#E0A096'

red 224 ◦ green 160 ◦ blue 150

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

Shades of Petite Orchid #E0A096

Tints of Petite Orchid #E0A096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 41.95%
G = 29.96%
B = 28.09%

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

#E0A096 (or 0xE0A096) is known color: Petite Orchid. HEX triplet: E0, A0 and 96. RGB value is (224,160,150). Sum of RGB (Red+Green+Blue) = 224+160+150=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A096 is #1F5F69. Grayscale: #B2B2B2. Windows color (decimal): -2056042 or 9871584. OLE color: 9871584.

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

Color convert

RGB 224 160 150 -
CMYK 0 0.29 0.33 0.12
HSL 8.11º 0.54% 0.73% -
HSV(B) 8.11º 0.33% 0.88% -
XYZ 48.82 43.19 34.62 -
YUV 178 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 224 160 150 0 0.29 0.33 0.12 8.11 0.54 0.73
Hex E0 A0 96 0 1D 21 C 8 36 49
Octal 340 240 226 0 35 41 14 10 66 111
Binary 11100000 10100000 10010110 0 11101 100001 1100 1000 110110 1001001

Color Harmonies of #E0A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A096

Black with #E0A096

Text Example


Text Example

White with #E0A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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