Html Css Color HEX #E5A186 Tonys Pink

📋 copy color: '#E5A186'

red 229 ◦ green 161 ◦ blue 134

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

Shades of Tonys Pink #E5A186

Tints of Tonys Pink #E5A186

RGB

 RED value IS 229 (89.84% from 255) = 43.7%

 GREEN value IS 161 (63.28% from 255) = 30.73%

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

R = 43.7%
G = 30.73%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E5A186 (or 0xE5A186) is known color: Tonys Pink. HEX triplet: E5, A1 and 86. RGB value is (229,161,134). Sum of RGB (Red+Green+Blue) = 229+161+134=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A186 is #1A5E79. Grayscale: #B2B2B2. Windows color (decimal): -1728122 or 8823269. OLE color: 8823269.

HSL color Cylindrical-coordinate representation of color #E5A186: hue angle of 17.05º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5A186 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 134 -
CMYK 0 0.30 0.41 0.10
HSL 17.05º 0.65% 0.71% -
HSV(B) 17.05º 0.41% 0.9% -
XYZ 49.36 43.87 28.42 -
YUV 178.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 229 161 134 0 0.30 0.41 0.10 17.05 0.65 0.71
Hex E5 A1 86 0 1E 29 A 11 41 47
Octal 345 241 206 0 36 51 12 21 101 107
Binary 11100101 10100001 10000110 0 11110 101001 1010 10001 1000001 1000111

Color Harmonies of #E5A186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A186

Black with #E5A186

Text Example


Text Example

White with #E5A186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A186; }

 p { color: rgb(229,161,134); }

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

background-color css

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

 a { background-color: rgb(229,161,134); }

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

border-color css

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

 span { border-color: rgb(229,161,134); }

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