#EFA58E

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

Shades of Tonys Pink #EFA58E

Tints of Tonys Pink #EFA58E

Color information

#EFA58E (or 0xEFA58E) is unknown color: approx Tonys Pink. HEX triplet: EF, A5 and 8E. RGB value is (239,165,142). Sum of RGB (Red+Green+Blue) = 239+165+142=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA58E is #105A71. Grayscale: #B8B8B8. Windows color (decimal): -1071730 or 9348591. OLE color: 9348591.

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

Color convert

RGB239165142-
CMYK00.310.410.06
HSL14.23º75.19%74.71%-
HSV(B)14.23º40.59%93.73%-
XYZ53.9347.2131.86-
YUV184.5104.02166.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=43.77%
G=30.22%
B=26.01%

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
Decimal23916514200.310.410.0614.2375.1974.71
HexEFA58E01F296e4b4b
Octal35724521603751616113113
Binary111011111010010110001110011111101001110111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA58E; }

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

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

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

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

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

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

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

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