Html Css Color HEX #EAA591 Tonys Pink

📋 copy color: '#EAA591'

red 234 ◦ green 165 ◦ blue 145

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

Shades of Tonys Pink #EAA591

Tints of Tonys Pink #EAA591

RGB

 RED value IS 234 (91.8% from 255) = 43.01%

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

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

R = 43.01%
G = 30.33%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAA591 (or 0xEAA591) is known color: Tonys Pink. HEX triplet: EA, A5 and 91. RGB value is (234,165,145). Sum of RGB (Red+Green+Blue) = 234+165+145=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA591 is #155A6E. Grayscale: #B7B7B7. Windows color (decimal): -1399407 or 9545194. OLE color: 9545194.

HSL color Cylindrical-coordinate representation of color #EAA591: hue angle of 13.48º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA591 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 145 -
CMYK 0 0.29 0.38 0.08
HSL 13.48º 0.68% 0.74% -
HSV(B) 13.48º 0.38% 0.92% -
XYZ 52.5 46.45 32.99 -
YUV 183.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 234 165 145 0 0.29 0.38 0.08 13.48 0.68 0.74
Hex EA A5 91 0 1D 26 8 D 44 4A
Octal 352 245 221 0 35 46 10 15 104 112
Binary 11101010 10100101 10010001 0 11101 100110 1000 1101 1000100 1001010

Color Harmonies of #EAA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA591

Black with #EAA591

Text Example


Text Example

White with #EAA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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