#EF9C84

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

Shades of Tonys Pink #EF9C84

Tints of Tonys Pink #EF9C84

Color information

#EF9C84 (or 0xEF9C84) is unknown color: approx Tonys Pink. HEX triplet: EF, 9C and 84. RGB value is (239,156,132). Sum of RGB (Red+Green+Blue) = 239+156+132=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C84 is #10637B. Grayscale: #B2B2B2. Windows color (decimal): -1074044 or 8690927. OLE color: 8690927.

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

Color convert

RGB239156132-
CMYK00.350.450.06
HSL13.46º76.98%72.75%-
HSV(B)13.46º44.77%93.73%-
XYZ51.6543.7927.56-
YUV178.08102171.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=45.35%
G=29.60%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915613200.350.450.0613.4676.9872.75
HexEF9C840232D6d4d49
Octal35723420404355615115111
Binary1110111110011100100001000100011101101110110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C84; }

 p { color: rgb(239,156,132); }

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

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

 a { background-color: rgb(239,156,132); }

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

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

 span { border-color: rgb(239,156,132); }

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