#ED6140

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

Shades of Tomato #ED6140

Tints of Tomato #ED6140

Color information

#ED6140 (or 0xED6140) is unknown color: approx Tomato. HEX triplet: ED, 61 and 40. RGB value is (237,97,64). Sum of RGB (Red+Green+Blue) = 237+97+64=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6140 is #129EBF. Grayscale: #878787. Windows color (decimal): -1220288 or 4219373. OLE color: 4219373.

HSL color Cylindrical-coordinate representation of color #ED6140: hue angle of 11.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED6140 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2379764-
CMYK00.590.730.07
HSL11.45º82.78%59.02%-
HSV(B)11.45º73%92.94%-
XYZ40.1326.927.93-
YUV135.187.88200.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.55%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=59.55%
G=24.37%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237976400.590.730.0711.4582.7859.02
HexED614003B497b533b
Octal35514110007311171312373
Binary11101101110000110000000111011100100111110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6140; }

 p { color: rgb(237,97,64); }

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

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

 a { background-color: rgb(237,97,64); }

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

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

 span { border-color: rgb(237,97,64); }

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