#EEA296

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

Shades of Tonys Pink #EEA296

Tints of Tonys Pink #EEA296

Color information

#EEA296 (or 0xEEA296) is unknown color: approx Tonys Pink. HEX triplet: EE, A2 and 96. RGB value is (238,162,150). Sum of RGB (Red+Green+Blue) = 238+162+150=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA296 is #115D69. Grayscale: #B7B7B7. Windows color (decimal): -1138026 or 9872110. OLE color: 9872110.

HSL color Cylindrical-coordinate representation of color #EEA296: hue angle of 8.18º 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 #EEA296 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238162150-
CMYK00.320.370.07
HSL8.18º72.13%76.08%-
HSV(B)8.18º36.97%93.33%-
XYZ53.6946.2234.95-
YUV183.36109.18166.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=43.27%
G=29.45%
B=27.27%

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
Decimal23816215000.320.370.078.1872.1376.08
HexEEA2960202578484c
Octal35624222604045710110114
Binary1110111010100010100101100100000100101111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA296; }

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

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

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

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

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

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

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

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