Html Css Color HEX #E0A991 Tonys Pink

📋 copy color: '#E0A991'

red 224 ◦ green 169 ◦ blue 145

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

Shades of Tonys Pink #E0A991

Tints of Tonys Pink #E0A991

RGB

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

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

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

R = 41.64%
G = 31.41%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0A991 (or 0xE0A991) is known color: Tonys Pink. HEX triplet: E0, A9 and 91. RGB value is (224,169,145). Sum of RGB (Red+Green+Blue) = 224+169+145=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A991 is #1F566E. Grayscale: #B6B6B6. Windows color (decimal): -2053743 or 9546208. OLE color: 9546208.

HSL color Cylindrical-coordinate representation of color #E0A991: hue angle of 18.23º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A991 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 169 145 -
CMYK 0 0.25 0.35 0.12
HSL 18.23º 0.56% 0.72% -
HSV(B) 18.23º 0.35% 0.88% -
XYZ 50.04 46.27 33.08 -
YUV 182.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 224 169 145 0 0.25 0.35 0.12 18.23 0.56 0.72
Hex E0 A9 91 0 19 23 C 12 38 48
Octal 340 251 221 0 31 43 14 22 70 110
Binary 11100000 10101001 10010001 0 11001 100011 1100 10010 111000 1001000

Color Harmonies of #E0A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A991

Black with #E0A991

Text Example


Text Example

White with #E0A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A991; }

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

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

background-color css

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

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

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

border-color css

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

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

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