Html Css Color HEX #ED440E Orange Red

📋 copy color: '#ED440E'

red 237 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #ED440E

Tints of Orange Red #ED440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 74.29%
G = 21.32%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED440E (or 0xED440E) is known color: Orange Red. HEX triplet: ED, 44 and 0E. RGB value is (237,68,14). Sum of RGB (Red+Green+Blue) = 237+68+14=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED440E is #12BBF1. Grayscale: #707070. Windows color (decimal): -1227762 or 935149. OLE color: 935149.

HSL color Cylindrical-coordinate representation of color #ED440E: hue angle of 14.53º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED440E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 14 -
CMYK 0 0.71 0.94 0.07
HSL 14.53º 0.89% 0.49% -
HSV(B) 14.53º 0.94% 0.93% -
XYZ 37.07 22.17 2.74 -
YUV 112.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 237 68 14 0 0.71 0.94 0.07 14.53 0.89 0.49
Hex ED 44 E 0 47 5E 7 F 59 31
Octal 355 104 16 0 107 136 7 17 131 61
Binary 11101101 1000100 1110 0 1000111 1011110 111 1111 1011001 110001

Color Harmonies of #ED440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED440E

Black with #ED440E

Text Example


Text Example

White with #ED440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED440E; }

 p { color: rgb(237,68,14); }

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

background-color css

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

 a { background-color: rgb(237,68,14); }

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

border-color css

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

 span { border-color: rgb(237,68,14); }

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