#EFA080

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

Shades of Tonys Pink #EFA080

Tints of Tonys Pink #EFA080

Color information

#EFA080 (or 0xEFA080) is unknown color: approx Tonys Pink. HEX triplet: EF, A0 and 80. RGB value is (239,160,128). Sum of RGB (Red+Green+Blue) = 239+160+128=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA080 is #105F7F. Grayscale: #B4B4B4. Windows color (decimal): -1073024 or 8429807. OLE color: 8429807.

HSL color Cylindrical-coordinate representation of color #EFA080: hue angle of 17.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFA080 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239160128-
CMYK00.330.460.06
HSL17.3º77.62%71.96%-
HSV(B)17.3º46.44%93.73%-
XYZ52.0645.0526.37-
YUV179.9798.67170.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=45.35%
G=30.36%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916012800.330.460.0617.377.6271.96
HexEFA0800212E6114e48
Octal35724020004156621116110
Binary11101111101000001000000001000011011101101000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA080; }

 p { color: rgb(239,160,128); }

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

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

 a { background-color: rgb(239,160,128); }

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

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

 span { border-color: rgb(239,160,128); }

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