#EEA196

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

Shades of Tonys Pink #EEA196

Tints of Tonys Pink #EEA196

Color information

#EEA196 (or 0xEEA196) is unknown color: approx Tonys Pink. HEX triplet: EE, A1 and 96. RGB value is (238,161,150). Sum of RGB (Red+Green+Blue) = 238+161+150=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA196 is #115E69. Grayscale: #B6B6B6. Windows color (decimal): -1138282 or 9871854. OLE color: 9871854.

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

Color convert

RGB238161150-
CMYK00.320.370.07
HSL7.5º72.13%76.08%-
HSV(B)7.5º36.97%93.33%-
XYZ53.5145.8734.89-
YUV182.77109.51167.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=43.35%
G=29.33%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816115000.320.370.077.572.1376.08
HexEEA1960202578484c
Octal35624122604045710110114
Binary1110111010100001100101100100000100101111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA196; }

 p { color: rgb(238,161,150); }

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

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

 a { background-color: rgb(238,161,150); }

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

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

 span { border-color: rgb(238,161,150); }

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