Html Css Color HEX #E0A39E Petite Orchid

📋 copy color: '#E0A39E'

red 224 ◦ green 163 ◦ blue 158

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

Shades of Petite Orchid #E0A39E

Tints of Petite Orchid #E0A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 41.1%
G = 29.91%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0A39E (or 0xE0A39E) is known color: Petite Orchid. HEX triplet: E0, A3 and 9E. RGB value is (224,163,158). Sum of RGB (Red+Green+Blue) = 224+163+158=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A39E is #1F5C61. Grayscale: #B4B4B4. Windows color (decimal): -2055266 or 10396640. OLE color: 10396640.

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

Color convert

RGB 224 163 158 -
CMYK 0 0.27 0.29 0.12
HSL 4.55º 0.52% 0.75% -
HSV(B) 4.55º 0.29% 0.88% -
XYZ 50.01 44.51 38.3 -
YUV 180.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 224 163 158 0 0.27 0.29 0.12 4.55 0.52 0.75
Hex E0 A3 9E 0 1B 1D C 5 34 4B
Octal 340 243 236 0 33 35 14 5 64 113
Binary 11100000 10100011 10011110 0 11011 11101 1100 101 110100 1001011

Color Harmonies of #E0A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A39E

Black with #E0A39E

Text Example


Text Example

White with #E0A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A39E; }

 p { color: rgb(224,163,158); }

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

background-color css

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

 a { background-color: rgb(224,163,158); }

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

border-color css

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

 span { border-color: rgb(224,163,158); }

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