Html Css Color HEX #ED4600 Orange Red

📋 copy color: '#ED4600'

red 237 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #ED4600

Tints of Orange Red #ED4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.2%
G = 22.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED4600 (or 0xED4600) is known color: Orange Red. HEX triplet: ED, 46 and 00. RGB value is (237,70,0). Sum of RGB (Red+Green+Blue) = 237+70+0=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4600 is #12B9FF. Grayscale: #707070. Windows color (decimal): -1227264 or 18157. OLE color: 18157.

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

Color convert

RGB 237 70 0 -
CMYK 0 0.70 1 0.07
HSL 17.72º 1% 0.46% -
HSV(B) 17.72º 1% 0.93% -
XYZ 37.12 22.38 2.36 -
YUV 111.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 237 70 0 0 0.70 1 0.07 17.72 1 0.46
Hex ED 46 0 0 46 64 7 12 64 2E
Octal 355 106 0 0 106 144 7 22 144 56
Binary 11101101 1000110 0 0 1000110 1100100 111 10010 1100100 101110

Color Harmonies of #ED4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4600

Black with #ED4600

Text Example


Text Example

White with #ED4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4600; }

 p { color: rgb(237,70,0); }

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

background-color css

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

 a { background-color: rgb(237,70,0); }

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

border-color css

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

 span { border-color: rgb(237,70,0); }

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