#EF9C8E

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

Shades of Tonys Pink #EF9C8E

Tints of Tonys Pink #EF9C8E

Color information

#EF9C8E (or 0xEF9C8E) is unknown color: approx Tonys Pink. HEX triplet: EF, 9C and 8E. RGB value is (239,156,142). Sum of RGB (Red+Green+Blue) = 239+156+142=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C8E is #106371. Grayscale: #B3B3B3. Windows color (decimal): -1074034 or 9346287. OLE color: 9346287.

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

Color convert

RGB239156142-
CMYK00.350.410.06
HSL8.66º75.19%74.71%-
HSV(B)8.66º40.59%93.73%-
XYZ52.3744.0831.34-
YUV179.22107170.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=44.51%
G=29.05%
B=26.44%

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
Decimal23915614200.350.410.068.6675.1974.71
HexEF9C8E02329694b4b
Octal35723421604351611113113
Binary1110111110011100100011100100011101001110100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C8E; }

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

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

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

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

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

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

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

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