#EFA68F

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

Shades of Tonys Pink #EFA68F

Tints of Tonys Pink #EFA68F

Color information

#EFA68F (or 0xEFA68F) is unknown color: approx Tonys Pink. HEX triplet: EF, A6 and 8F. RGB value is (239,166,143). Sum of RGB (Red+Green+Blue) = 239+166+143=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA68F is #105970. Grayscale: #B9B9B9. Windows color (decimal): -1071473 or 9414383. OLE color: 9414383.

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

Color convert

RGB239166143-
CMYK00.310.400.06
HSL14.38º75%74.9%-
HSV(B)14.38º40.17%93.73%-
XYZ54.1947.6132.32-
YUV185.2104.18166.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=43.61%
G=30.29%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916614300.310.400.0614.387574.9
HexEFA68F01F286e4b4b
Octal35724621703750616113113
Binary111011111010011010001111011111101000110111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA68F; }

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

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

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

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

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

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

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

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