#EF9C8C

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

Shades of Tonys Pink #EF9C8C

Tints of Tonys Pink #EF9C8C

Color information

#EF9C8C (or 0xEF9C8C) is unknown color: approx Tonys Pink. HEX triplet: EF, 9C and 8C. RGB value is (239,156,140). Sum of RGB (Red+Green+Blue) = 239+156+140=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C8C is #106373. Grayscale: #B3B3B3. Windows color (decimal): -1074036 or 9215215. OLE color: 9215215.

HSL color Cylindrical-coordinate representation of color #EF9C8C: hue angle of 9.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9C8C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239156140-
CMYK00.350.410.06
HSL9.7º75.57%74.31%-
HSV(B)9.7º41.42%93.73%-
XYZ52.2244.0230.56-
YUV178.99106170.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=44.67%
G=29.16%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915614000.350.410.069.775.5774.31
HexEF9C8C023296a4c4a
Octal35723421404351612114112
Binary1110111110011100100011000100011101001110101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C8C; }

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

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

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

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

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

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

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

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