Html Css Color HEX #ED4504 Orange Red

📋 copy color: '#ED4504'

red 237 ◦ green 69 ◦ blue 4

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

Shades of Orange Red #ED4504

Tints of Orange Red #ED4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 76.45%
G = 22.26%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED4504 (or 0xED4504) is known color: Orange Red. HEX triplet: ED, 45 and 04. RGB value is (237,69,4). Sum of RGB (Red+Green+Blue) = 237+69+4=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4504 is #12BAFB. Grayscale: #707070. Windows color (decimal): -1227516 or 280045. OLE color: 280045.

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

Color convert

RGB 237 69 4 -
CMYK 0 0.71 0.98 0.07
HSL 16.74º 0.97% 0.47% -
HSV(B) 16.74º 0.98% 0.93% -
XYZ 37.08 22.27 2.46 -
YUV 111.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 237 69 4 0 0.71 0.98 0.07 16.74 0.97 0.47
Hex ED 45 4 0 47 62 7 11 61 2F
Octal 355 105 4 0 107 142 7 21 141 57
Binary 11101101 1000101 100 0 1000111 1100010 111 10001 1100001 101111

Color Harmonies of #ED4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4504

Black with #ED4504

Text Example


Text Example

White with #ED4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4504; }

 p { color: rgb(237,69,4); }

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

background-color css

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

 a { background-color: rgb(237,69,4); }

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

border-color css

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

 span { border-color: rgb(237,69,4); }

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