Html Css Color HEX #ED4706 Orange Red

📋 copy color: '#ED4706'

red 237 ◦ green 71 ◦ blue 6

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

Shades of Orange Red #ED4706

Tints of Orange Red #ED4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 75.48%
G = 22.61%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4706 (or 0xED4706) is known color: Orange Red. HEX triplet: ED, 47 and 06. RGB value is (237,71,6). Sum of RGB (Red+Green+Blue) = 237+71+6=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4706 is #12B8F9. Grayscale: #717171. Windows color (decimal): -1227002 or 411629. OLE color: 411629.

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

Color convert

RGB 237 71 6 -
CMYK 0 0.70 0.97 0.07
HSL 16.88º 0.95% 0.48% -
HSV(B) 16.88º 0.97% 0.93% -
XYZ 37.21 22.52 2.56 -
YUV 113.22 67.5 216.29 -
System Red Green Blue C M Y K H S L
Decimal 237 71 6 0 0.70 0.97 0.07 16.88 0.95 0.48
Hex ED 47 6 0 46 61 7 11 5F 30
Octal 355 107 6 0 106 141 7 21 137 60
Binary 11101101 1000111 110 0 1000110 1100001 111 10001 1011111 110000

Color Harmonies of #ED4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4706

Black with #ED4706

Text Example


Text Example

White with #ED4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4706; }

 p { color: rgb(237,71,6); }

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

background-color css

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

 a { background-color: rgb(237,71,6); }

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

border-color css

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

 span { border-color: rgb(237,71,6); }

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