#EFAA8F

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

Shades of Tonys Pink #EFAA8F

Tints of Tonys Pink #EFAA8F

Color information

#EFAA8F (or 0xEFAA8F) is unknown color: approx Tonys Pink. HEX triplet: EF, AA and 8F. RGB value is (239,170,143). Sum of RGB (Red+Green+Blue) = 239+170+143=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA8F is #105570. Grayscale: #BBBBBB. Windows color (decimal): -1070449 or 9415407. OLE color: 9415407.

HSL color Cylindrical-coordinate representation of color #EFAA8F: hue angle of 16.88º 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 #EFAA8F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239170143-
CMYK00.290.400.06
HSL16.88º75%74.9%-
HSV(B)16.88º40.17%93.73%-
XYZ54.9349.0832.57-
YUV187.55102.86164.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=43.30%
G=30.80%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917014300.290.400.0616.887574.9
HexEFAA8F01D286114b4b
Octal35725221703550621113113
Binary1110111110101010100011110111011010001101000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA8F; }

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

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

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

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

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

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

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

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