#EFA083

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

Shades of Tonys Pink #EFA083

Tints of Tonys Pink #EFA083

Color information

#EFA083 (or 0xEFA083) is unknown color: approx Tonys Pink. HEX triplet: EF, A0 and 83. RGB value is (239,160,131). Sum of RGB (Red+Green+Blue) = 239+160+131=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA083 is #105F7C. Grayscale: #B4B4B4. Windows color (decimal): -1073021 or 8626415. OLE color: 8626415.

HSL color Cylindrical-coordinate representation of color #EFA083: hue angle of 16.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFA083 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239160131-
CMYK00.330.450.06
HSL16.11º77.14%72.55%-
HSV(B)16.11º45.19%93.73%-
XYZ52.2645.1327.43-
YUV180.31100.17169.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=45.09%
G=30.19%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916013100.330.450.0616.1177.1472.55
HexEFA0830212D6104d49
Octal35724020304155620115111
Binary11101111101000001000001101000011011011101000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA083; }

 p { color: rgb(239,160,131); }

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

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

 a { background-color: rgb(239,160,131); }

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

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

 span { border-color: rgb(239,160,131); }

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