#EFA68E

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

Shades of Tonys Pink #EFA68E

Tints of Tonys Pink #EFA68E

Color information

#EFA68E (or 0xEFA68E) is unknown color: approx Tonys Pink. HEX triplet: EF, A6 and 8E. RGB value is (239,166,142). Sum of RGB (Red+Green+Blue) = 239+166+142=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA68E is #105971. Grayscale: #B9B9B9. Windows color (decimal): -1071474 or 9348847. OLE color: 9348847.

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

Color convert

RGB239166142-
CMYK00.310.410.06
HSL14.85º75.19%74.71%-
HSV(B)14.85º40.59%93.73%-
XYZ54.1247.5831.92-
YUV185.09103.68166.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=43.69%
G=30.35%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916614200.310.410.0614.8575.1974.71
HexEFA68E01F296f4b4b
Octal35724621603751617113113
Binary111011111010011010001110011111101001110111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA68E; }

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

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

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

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

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

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

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

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