Html Css Color HEX #ED6040 Tomato

📋 copy color: '#ED6040'

red 237 ◦ green 96 ◦ blue 64

#ED6040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tomato #ED6040

Tints of Tomato #ED6040

RGB

 RED value IS 237 (92.97% from 255) = 59.7%

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 59.7%
G = 24.18%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED6040 (or 0xED6040) is known color: Tomato. HEX triplet: ED, 60 and 40. RGB value is (237,96,64). Sum of RGB (Red+Green+Blue) = 237+96+64=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6040 is #129FBF. Grayscale: #868686. Windows color (decimal): -1220544 or 4219117. OLE color: 4219117.

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

Color convert

RGB 237 96 64 -
CMYK 0 0.59 0.73 0.07
HSL 11.1º 0.83% 0.59% -
HSV(B) 11.1º 0.73% 0.93% -
XYZ 40.03 26.74 7.9 -
YUV 134.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 237 96 64 0 0.59 0.73 0.07 11.1 0.83 0.59
Hex ED 60 40 0 3B 49 7 B 53 3B
Octal 355 140 100 0 73 111 7 13 123 73
Binary 11101101 1100000 1000000 0 111011 1001001 111 1011 1010011 111011

Color Harmonies of #ED6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6040

Black with #ED6040

Text Example


Text Example

White with #ED6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6040; }

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

 H1.HeaderClassName
 {
   color: #ED6040;
 }
 .AnyTagClassName
 {
   color: #ED6040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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