#EEA481

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

Shades of Tonys Pink #EEA481

Tints of Tonys Pink #EEA481

Color information

#EEA481 (or 0xEEA481) is unknown color: approx Tonys Pink. HEX triplet: EE, A4 and 81. RGB value is (238,164,129). Sum of RGB (Red+Green+Blue) = 238+164+129=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA481 is #115B7E. Grayscale: #B6B6B6. Windows color (decimal): -1137535 or 8496366. OLE color: 8496366.

HSL color Cylindrical-coordinate representation of color #EEA481: hue angle of 19.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEA481 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238164129-
CMYK00.310.460.07
HSL19.27º76.22%71.96%-
HSV(B)19.27º45.8%93.33%-
XYZ52.546.3126.94-
YUV182.1498.02167.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=44.82%
G=30.89%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816412900.310.460.0719.2776.2271.96
HexEEA48101F2E7134c48
Octal35624420103756723114110
Binary1110111010100100100000010111111011101111001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA481; }

 p { color: rgb(238,164,129); }

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

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

 a { background-color: rgb(238,164,129); }

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

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

 span { border-color: rgb(238,164,129); }

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