#EFA694

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

Shades of Tonys Pink #EFA694

Tints of Tonys Pink #EFA694

Color information

#EFA694 (or 0xEFA694) is unknown color: approx Tonys Pink. HEX triplet: EF, A6 and 94. RGB value is (239,166,148). Sum of RGB (Red+Green+Blue) = 239+166+148=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA694 is #10596B. Grayscale: #B9B9B9. Windows color (decimal): -1071468 or 9742063. OLE color: 9742063.

HSL color Cylindrical-coordinate representation of color #EFA694: hue angle of 11.87º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFA694 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239166148-
CMYK00.310.380.06
HSL11.87º73.98%75.88%-
HSV(B)11.87º38.08%93.73%-
XYZ54.5847.7634.36-
YUV185.77106.68165.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=43.22%
G=30.02%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916614800.310.380.0611.8773.9875.88
HexEFA69401F266c4a4c
Octal35724622403746614112114
Binary111011111010011010010100011111100110110110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA694; }

 p { color: rgb(239,166,148); }

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

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

 a { background-color: rgb(239,166,148); }

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

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

 span { border-color: rgb(239,166,148); }

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