#EEA28B

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

Shades of Tonys Pink #EEA28B

Tints of Tonys Pink #EEA28B

Color information

#EEA28B (or 0xEEA28B) is unknown color: approx Tonys Pink. HEX triplet: EE, A2 and 8B. RGB value is (238,162,139). Sum of RGB (Red+Green+Blue) = 238+162+139=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA28B is #115D74. Grayscale: #B6B6B6. Windows color (decimal): -1138037 or 9151214. OLE color: 9151214.

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

Color convert

RGB238162139-
CMYK00.320.420.07
HSL13.94º74.44%73.92%-
HSV(B)13.94º41.6%93.33%-
XYZ52.8445.8830.5-
YUV182.1103.68167.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=44.16%
G=30.06%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816213900.320.420.0713.9474.4473.92
HexEEA28B0202A7e4a4a
Octal35624221304052716112112
Binary1110111010100010100010110100000101010111111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA28B; }

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

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

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

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

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

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

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

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