#EAA18D

Color #EAA18D Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EAA18D

Tints of Tonys Pink #EAA18D

Color information

#EAA18D (or 0xEAA18D) is unknown color: approx Tonys Pink. HEX triplet: EA, A1 and 8D. RGB value is (234,161,141). Sum of RGB (Red+Green+Blue) = 234+161+141=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA18D is #155E72. Grayscale: #B4B4B4. Windows color (decimal): -1400435 or 9282026. OLE color: 9282026.

HSL color Cylindrical-coordinate representation of color #EAA18D: hue angle of 12.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAA18D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234161141-
CMYK00.310.400.08
HSL12.9º68.89%73.53%-
HSV(B)12.9º39.74%91.76%-
XYZ51.4844.9131.15-
YUV180.55105.68166.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=43.66%
G=30.04%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416114100.310.400.0812.968.8973.53
HexEAA18D01F288d454a
Octal352241215037501015105112
Binary1110101010100001100011010111111010001000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA18D; }

 p { color: rgb(234,161,141); }

 H1.HeaderClassName
 {
   color: #EAA18D;
 }
 .AnyTagClassName
 {
   color: #EAA18D;
 }
</style>
background-color css

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

 a { background-color: rgb(234,161,141); }

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

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

 span { border-color: rgb(234,161,141); }

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