#EFA282

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

Shades of Tonys Pink #EFA282

Tints of Tonys Pink #EFA282

Color information

#EFA282 (or 0xEFA282) is unknown color: approx Tonys Pink. HEX triplet: EF, A2 and 82. RGB value is (239,162,130). Sum of RGB (Red+Green+Blue) = 239+162+130=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA282 is #105D7D. Grayscale: #B5B5B5. Windows color (decimal): -1072510 or 8561391. OLE color: 8561391.

HSL color Cylindrical-coordinate representation of color #EFA282: hue angle of 17.61º degrees, saturation: 0.77, 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 #EFA282 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239162130-
CMYK00.320.460.06
HSL17.61º77.3%72.35%-
HSV(B)17.61º45.61%93.73%-
XYZ52.5545.827.19-
YUV181.3899.01169.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=45.01%
G=30.51%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916213000.320.460.0617.6177.372.35
HexEFA2820202E6124d48
Octal35724220204056622115110
Binary11101111101000101000001001000001011101101001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA282; }

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

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

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

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

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

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

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

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