#EAA380

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

Shades of Tonys Pink #EAA380

Tints of Tonys Pink #EAA380

Color information

#EAA380 (or 0xEAA380) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 80. RGB value is (234,163,128). Sum of RGB (Red+Green+Blue) = 234+163+128=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA380 is #155C7F. Grayscale: #B4B4B4. Windows color (decimal): -1399936 or 8430570. OLE color: 8430570.

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

Color convert

RGB234163128-
CMYK00.300.450.08
HSL19.81º71.62%70.98%-
HSV(B)19.81º45.3%91.76%-
XYZ50.9345.2526.47-
YUV180.2498.52166.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=44.57%
G=31.05%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416312800.300.450.0819.8171.6270.98
HexEAA38001E2D8144847
Octal352243200036551024110107
Binary11101010101000111000000001111010110110001010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA380; }

 p { color: rgb(234,163,128); }

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

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

 a { background-color: rgb(234,163,128); }

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

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

 span { border-color: rgb(234,163,128); }

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