#EFA382

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

Shades of Tonys Pink #EFA382

Tints of Tonys Pink #EFA382

Color information

#EFA382 (or 0xEFA382) is unknown color: approx Tonys Pink. HEX triplet: EF, A3 and 82. RGB value is (239,163,130). Sum of RGB (Red+Green+Blue) = 239+163+130=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA382 is #105C7D. Grayscale: #B6B6B6. Windows color (decimal): -1072254 or 8561647. OLE color: 8561647.

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

Color convert

RGB239163130-
CMYK00.320.460.06
HSL18.17º77.3%72.35%-
HSV(B)18.17º45.61%93.73%-
XYZ52.7246.1627.25-
YUV181.9698.68168.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=44.92%
G=30.64%
B=24.44%

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
Decimal23916313000.320.460.0618.1777.372.35
HexEFA3820202E6124d48
Octal35724320204056622115110
Binary11101111101000111000001001000001011101101001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA382; }

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

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

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

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

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

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

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

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