Html Css Color HEX #E0A086 Tonys Pink

📋 copy color: '#E0A086'

red 224 ◦ green 160 ◦ blue 134

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

Shades of Tonys Pink #E0A086

Tints of Tonys Pink #E0A086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 43.24%
G = 30.89%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E0A086 (or 0xE0A086) is known color: Tonys Pink. HEX triplet: E0, A0 and 86. RGB value is (224,160,134). Sum of RGB (Red+Green+Blue) = 224+160+134=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A086 is #1F5F79. Grayscale: #B0B0B0. Windows color (decimal): -2056058 or 8823008. OLE color: 8823008.

HSL color Cylindrical-coordinate representation of color #E0A086: hue angle of 17.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0A086 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 134 -
CMYK 0 0.29 0.40 0.12
HSL 17.33º 0.59% 0.7% -
HSV(B) 17.33º 0.4% 0.88% -
XYZ 47.61 42.71 28.29 -
YUV 176.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 224 160 134 0 0.29 0.40 0.12 17.33 0.59 0.7
Hex E0 A0 86 0 1D 28 C 11 3B 46
Octal 340 240 206 0 35 50 14 21 73 106
Binary 11100000 10100000 10000110 0 11101 101000 1100 10001 111011 1000110

Color Harmonies of #E0A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A086

Black with #E0A086

Text Example


Text Example

White with #E0A086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A086; }

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

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

background-color css

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

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

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

border-color css

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

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

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