#EFA482

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

Shades of Tonys Pink #EFA482

Tints of Tonys Pink #EFA482

Color information

#EFA482 (or 0xEFA482) is unknown color: approx Tonys Pink. HEX triplet: EF, A4 and 82. RGB value is (239,164,130). Sum of RGB (Red+Green+Blue) = 239+164+130=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA482 is #105B7D. Grayscale: #B6B6B6. Windows color (decimal): -1071998 or 8561903. OLE color: 8561903.

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

Color convert

RGB239164130-
CMYK00.310.460.06
HSL18.72º77.3%72.35%-
HSV(B)18.72º45.61%93.73%-
XYZ52.946.5127.31-
YUV182.5598.35168.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=44.84%
G=30.77%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916413000.310.460.0618.7277.372.35
HexEFA48201F2E6134d48
Octal35724420203756623115110
Binary1110111110100100100000100111111011101101001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA482; }

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

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

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

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

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

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

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

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