#EFA28F

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

Shades of Tonys Pink #EFA28F

Tints of Tonys Pink #EFA28F

Color information

#EFA28F (or 0xEFA28F) is unknown color: approx Tonys Pink. HEX triplet: EF, A2 and 8F. RGB value is (239,162,143). Sum of RGB (Red+Green+Blue) = 239+162+143=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA28F is #105D70. Grayscale: #B7B7B7. Windows color (decimal): -1072497 or 9413359. OLE color: 9413359.

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

Color convert

RGB239162143-
CMYK00.320.400.06
HSL11.88º75%74.9%-
HSV(B)11.88º40.17%93.73%-
XYZ53.4746.1732.08-
YUV182.86105.51168.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=43.93%
G=29.78%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916214300.320.400.0611.887574.9
HexEFA28F020286c4b4b
Octal35724221704050614113113
Binary1110111110100010100011110100000101000110110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA28F; }

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

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

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

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

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

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

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

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