#EFA291

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

Shades of Tonys Pink #EFA291

Tints of Tonys Pink #EFA291

Color information

#EFA291 (or 0xEFA291) is unknown color: approx Tonys Pink. HEX triplet: EF, A2 and 91. RGB value is (239,162,145). Sum of RGB (Red+Green+Blue) = 239+162+145=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA291 is #105D6E. Grayscale: #B7B7B7. Windows color (decimal): -1072495 or 9544431. OLE color: 9544431.

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

Color convert

RGB239162145-
CMYK00.320.390.06
HSL10.85º74.6%75.29%-
HSV(B)10.85º39.33%93.73%-
XYZ53.6346.2432.89-
YUV183.08106.51167.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=43.77%
G=29.67%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916214500.320.390.0610.8574.675.29
HexEFA291020276b4b4b
Octal35724222104047613113113
Binary1110111110100010100100010100000100111110101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA291; }

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

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

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

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

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

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

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

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