#EEA08D

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

Shades of Tonys Pink #EEA08D

Tints of Tonys Pink #EEA08D

Color information

#EEA08D (or 0xEEA08D) is unknown color: approx Tonys Pink. HEX triplet: EE, A0 and 8D. RGB value is (238,160,141). Sum of RGB (Red+Green+Blue) = 238+160+141=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08D is #115F72. Grayscale: #B5B5B5. Windows color (decimal): -1138547 or 9281774. OLE color: 9281774.

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

Color convert

RGB238160141-
CMYK00.330.410.07
HSL11.75º74.05%74.31%-
HSV(B)11.75º40.76%93.33%-
XYZ52.6445.2431.16-
YUV181.16105.34168.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=44.16%
G=29.68%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816014100.330.410.0711.7574.0574.31
HexEEA08D021297c4a4a
Octal35624021504151714112112
Binary1110111010100000100011010100001101001111110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA08D; }

 p { color: rgb(238,160,141); }

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

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

 a { background-color: rgb(238,160,141); }

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

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

 span { border-color: rgb(238,160,141); }

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