Html Css Color HEX #ED6440 Tomato

📋 copy color: '#ED6440'

red 237 ◦ green 100 ◦ blue 64

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

Shades of Tomato #ED6440

Tints of Tomato #ED6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 59.1%
G = 24.94%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED6440 (or 0xED6440) is known color: 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

RGB 237 100 64 -
CMYK 0 0.58 0.73 0.07
HSL 12.49º 0.83% 0.59% -
HSV(B) 12.49º 0.73% 0.93% -
XYZ 40.41 27.49 8.03 -
YUV 136.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 237 100 64 0 0.58 0.73 0.07 12.49 0.83 0.59
Hex ED 64 40 0 3A 49 7 C 53 3B
Octal 355 144 100 0 72 111 7 14 123 73
Binary 11101101 1100100 1000000 0 111010 1001001 111 1100 1010011 111011

Color Harmonies of #ED6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6440

Black with #ED6440

Text Example


Text Example

White with #ED6440

Text Example


Text Example

HTML Codes & Css Web 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>