Html Css Color HEX #E0A591 Tonys Pink

📋 copy color: '#E0A591'

red 224 ◦ green 165 ◦ blue 145

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

Shades of Tonys Pink #E0A591

Tints of Tonys Pink #E0A591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 41.95%
G = 30.9%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0A591 (or 0xE0A591) is known color: Tonys Pink. HEX triplet: E0, A5 and 91. RGB value is (224,165,145). Sum of RGB (Red+Green+Blue) = 224+165+145=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A591 is #1F5A6E. Grayscale: #B4B4B4. Windows color (decimal): -2054767 or 9545184. OLE color: 9545184.

HSL color Cylindrical-coordinate representation of color #E0A591: hue angle of 15.19º 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 #E0A591 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 145 -
CMYK 0 0.26 0.35 0.12
HSL 15.19º 0.56% 0.72% -
HSV(B) 15.19º 0.35% 0.88% -
XYZ 49.31 44.8 32.84 -
YUV 180.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 224 165 145 0 0.26 0.35 0.12 15.19 0.56 0.72
Hex E0 A5 91 0 1A 23 C F 38 48
Octal 340 245 221 0 32 43 14 17 70 110
Binary 11100000 10100101 10010001 0 11010 100011 1100 1111 111000 1001000

Color Harmonies of #E0A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A591

Black with #E0A591

Text Example


Text Example

White with #E0A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A591; }

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

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

background-color css

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

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

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

border-color css

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

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

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