#EEA58E

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

Shades of Tonys Pink #EEA58E

Tints of Tonys Pink #EEA58E

Color information

#EEA58E (or 0xEEA58E) is unknown color: approx Tonys Pink. HEX triplet: EE, A5 and 8E. RGB value is (238,165,142). Sum of RGB (Red+Green+Blue) = 238+165+142=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA58E is #115A71. Grayscale: #B8B8B8. Windows color (decimal): -1137266 or 9348590. OLE color: 9348590.

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

Color convert

RGB238165142-
CMYK00.310.400.07
HSL14.38º73.85%74.51%-
HSV(B)14.38º40.34%93.33%-
XYZ53.647.0431.85-
YUV184.2104.18166.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.67%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=43.67%
G=30.28%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816514200.310.400.0714.3873.8574.51
HexEEA58E01F287e4a4b
Octal35624521603750716112113
Binary111011101010010110001110011111101000111111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA58E; }

 p { color: rgb(238,165,142); }

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

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

 a { background-color: rgb(238,165,142); }

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

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

 span { border-color: rgb(238,165,142); }

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