#EEA682

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

Shades of Tonys Pink #EEA682

Tints of Tonys Pink #EEA682

Color information

#EEA682 (or 0xEEA682) is unknown color: approx Tonys Pink. HEX triplet: EE, A6 and 82. RGB value is (238,166,130). Sum of RGB (Red+Green+Blue) = 238+166+130=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA682 is #11597D. Grayscale: #B7B7B7. Windows color (decimal): -1137022 or 8562414. OLE color: 8562414.

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

Color convert

RGB238166130-
CMYK00.300.450.07
HSL20º76.06%72.16%-
HSV(B)20º45.38%93.33%-
XYZ52.9347.0627.41-
YUV183.4297.85166.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=44.57%
G=31.09%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816613000.300.450.072076.0672.16
HexEEA68201E2D7144c48
Octal35624620203655724114110
Binary1110111010100110100000100111101011011111010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA682; }

 p { color: rgb(238,166,130); }

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

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

 a { background-color: rgb(238,166,130); }

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

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

 span { border-color: rgb(238,166,130); }

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