#ED6440

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

Shades of Tomato #ED6440

Tints of Tomato #ED6440

Color information

#ED6440 (or 0xED6440) is unknown color: approx Tomato. HEX triplet: ED, 64 and 40. RGB value is (237,100,64). Sum of RGB (Red+Green+Blue) = 237+100+64=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6440 is #129BBF. Grayscale: #898989. Windows color (decimal): -1219520 or 4220141. OLE color: 4220141.

HSL color Cylindrical-coordinate representation of color #ED6440: hue angle of 12.49º 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 #ED6440 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23710064-
CMYK00.580.730.07
HSL12.49º82.78%59.02%-
HSV(B)12.49º73%92.94%-
XYZ40.4127.498.03-
YUV136.8686.89199.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.10%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=59.10%
G=24.94%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371006400.580.730.0712.4982.7859.02
HexED644003A497c533b
Octal35514410007211171412373
Binary11101101110010010000000111010100100111111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6440; }

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

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

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

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

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

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

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

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