Html Css Color HEX #ED3706 Orange Red

📋 copy color: '#ED3706'

red 237 ◦ green 55 ◦ blue 6

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

Shades of Orange Red #ED3706

Tints of Orange Red #ED3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 79.53%
G = 18.46%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED3706 (or 0xED3706) is known color: Orange Red. HEX triplet: ED, 37 and 06. RGB value is (237,55,6). Sum of RGB (Red+Green+Blue) = 237+55+6=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3706 is #12C8F9. Grayscale: #686868. Windows color (decimal): -1231098 or 407533. OLE color: 407533.

HSL color Cylindrical-coordinate representation of color #ED3706: hue angle of 12.73º 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 #ED3706 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 6 -
CMYK 0 0.77 0.97 0.07
HSL 12.73º 0.95% 0.48% -
HSV(B) 12.73º 0.97% 0.93% -
XYZ 36.32 20.75 2.26 -
YUV 103.83 72.8 222.98 -
System Red Green Blue C M Y K H S L
Decimal 237 55 6 0 0.77 0.97 0.07 12.73 0.95 0.48
Hex ED 37 6 0 4D 61 7 D 5F 30
Octal 355 67 6 0 115 141 7 15 137 60
Binary 11101101 110111 110 0 1001101 1100001 111 1101 1011111 110000

Color Harmonies of #ED3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3706

Black with #ED3706

Text Example


Text Example

White with #ED3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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