#EF5F40

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

Shades of Tomato #EF5F40

Tints of Tomato #EF5F40

Color information

#EF5F40 (or 0xEF5F40) is unknown color: approx Tomato. HEX triplet: EF, 5F and 40. RGB value is (239,95,64). Sum of RGB (Red+Green+Blue) = 239+95+64=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5F40 is #10A0BF. Grayscale: #868686. Windows color (decimal): -1089728 or 4218863. OLE color: 4218863.

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

Color convert

RGB2399564-
CMYK00.600.730.06
HSL10.63º84.54%59.41%-
HSV(B)10.63º73.22%93.73%-
XYZ40.6126.917.9-
YUV134.5288.21202.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=60.05%
G=23.87%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239956400.600.730.0610.6384.5459.41
HexEF5F4003C496b553b
Octal35713710007411161312573
Binary11101111101111110000000111100100100111010111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5F40; }

 p { color: rgb(239,95,64); }

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

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

 a { background-color: rgb(239,95,64); }

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

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

 span { border-color: rgb(239,95,64); }

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