#EEA692

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

Shades of Tonys Pink #EEA692

Tints of Tonys Pink #EEA692

Color information

#EEA692 (or 0xEEA692) is unknown color: approx Tonys Pink. HEX triplet: EE, A6 and 92. RGB value is (238,166,146). Sum of RGB (Red+Green+Blue) = 238+166+146=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA692 is #11596D. Grayscale: #B9B9B9. Windows color (decimal): -1137006 or 9610990. OLE color: 9610990.

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

Color convert

RGB238166146-
CMYK00.300.390.07
HSL13.04º73.02%75.29%-
HSV(B)13.04º38.66%93.33%-
XYZ54.0847.5233.52-
YUV185.25105.85165.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=43.27%
G=30.18%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816614600.300.390.0713.0473.0275.29
HexEEA69201E277d494b
Octal35624622203647715111113
Binary111011101010011010010010011110100111111110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA692; }

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

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

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

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

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

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

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

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