Html Css Color HEX #E5A991 Tonys Pink

📋 copy color: '#E5A991'

red 229 ◦ green 169 ◦ blue 145

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

Shades of Tonys Pink #E5A991

Tints of Tonys Pink #E5A991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.12%

 BLUE value IS 145 (57.03% from 255) = 26.7%

R = 42.17%
G = 31.12%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5A991 (or 0xE5A991) is known color: Tonys Pink. HEX triplet: E5, A9 and 91. RGB value is (229,169,145). Sum of RGB (Red+Green+Blue) = 229+169+145=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A991 is #1A566E. Grayscale: #B8B8B8. Windows color (decimal): -1726063 or 9546213. OLE color: 9546213.

HSL color Cylindrical-coordinate representation of color #E5A991: hue angle of 17.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5A991 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 169 145 -
CMYK 0 0.26 0.37 0.10
HSL 17.14º 0.62% 0.73% -
HSV(B) 17.14º 0.37% 0.9% -
XYZ 51.61 47.08 33.15 -
YUV 184.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 229 169 145 0 0.26 0.37 0.10 17.14 0.62 0.73
Hex E5 A9 91 0 1A 25 A 11 3E 49
Octal 345 251 221 0 32 45 12 21 76 111
Binary 11100101 10101001 10010001 0 11010 100101 1010 10001 111110 1001001

Color Harmonies of #E5A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A991

Black with #E5A991

Text Example


Text Example

White with #E5A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A991; }

 p { color: rgb(229,169,145); }

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

background-color css

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

 a { background-color: rgb(229,169,145); }

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

border-color css

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

 span { border-color: rgb(229,169,145); }

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