Html Css Color HEX #EAA087 Tonys Pink

📋 copy color: '#EAA087'

red 234 ◦ green 160 ◦ blue 135

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

Shades of Tonys Pink #EAA087

Tints of Tonys Pink #EAA087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

 BLUE value IS 135 (53.13% from 255) = 25.52%

R = 44.23%
G = 30.25%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAA087 (or 0xEAA087) is known color: Tonys Pink. HEX triplet: EA, A0 and 87. RGB value is (234,160,135). Sum of RGB (Red+Green+Blue) = 234+160+135=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA087 is #155F78. Grayscale: #B3B3B3. Windows color (decimal): -1400697 or 8888554. OLE color: 8888554.

HSL color Cylindrical-coordinate representation of color #EAA087: hue angle of 15.15º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAA087 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 135 -
CMYK 0 0.32 0.42 0.08
HSL 15.15º 0.7% 0.72% -
HSV(B) 15.15º 0.42% 0.92% -
XYZ 50.88 44.38 28.81 -
YUV 179.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 234 160 135 0 0.32 0.42 0.08 15.15 0.7 0.72
Hex EA A0 87 0 20 2A 8 F 46 48
Octal 352 240 207 0 40 52 10 17 106 110
Binary 11101010 10100000 10000111 0 100000 101010 1000 1111 1000110 1001000

Color Harmonies of #EAA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA087

Black with #EAA087

Text Example


Text Example

White with #EAA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA087; }

 p { color: rgb(234,160,135); }

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

background-color css

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

 a { background-color: rgb(234,160,135); }

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

border-color css

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

 span { border-color: rgb(234,160,135); }

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