Html Css Color HEX #E0A099 Petite Orchid

📋 copy color: '#E0A099'

red 224 ◦ green 160 ◦ blue 153

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

Shades of Petite Orchid #E0A099

Tints of Petite Orchid #E0A099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 41.71%
G = 29.8%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0A099 (or 0xE0A099) is known color: Petite Orchid. HEX triplet: E0, A0 and 99. RGB value is (224,160,153). Sum of RGB (Red+Green+Blue) = 224+160+153=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A099 is #1F5F66. Grayscale: #B2B2B2. Windows color (decimal): -2056039 or 10068192. OLE color: 10068192.

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

Color convert

RGB 224 160 153 -
CMYK 0 0.29 0.32 0.12
HSL 5.92º 0.53% 0.74% -
HSV(B) 5.92º 0.32% 0.88% -
XYZ 49.06 43.29 35.91 -
YUV 178.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 224 160 153 0 0.29 0.32 0.12 5.92 0.53 0.74
Hex E0 A0 99 0 1D 20 C 6 35 4A
Octal 340 240 231 0 35 40 14 6 65 112
Binary 11100000 10100000 10011001 0 11101 100000 1100 110 110101 1001010

Color Harmonies of #E0A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A099

Black with #E0A099

Text Example


Text Example

White with #E0A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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