Html Css Color HEX #ED4406 Orange Red

📋 copy color: '#ED4406'

red 237 ◦ green 68 ◦ blue 6

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

Shades of Orange Red #ED4406

Tints of Orange Red #ED4406

RGB

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

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

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

R = 76.21%
G = 21.86%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4406 (or 0xED4406) is known color: Orange Red. HEX triplet: ED, 44 and 06. RGB value is (237,68,6). Sum of RGB (Red+Green+Blue) = 237+68+6=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4406 is #12BBF9. Grayscale: #6F6F6F. Windows color (decimal): -1227770 or 410861. OLE color: 410861.

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

Color convert

RGB 237 68 6 -
CMYK 0 0.71 0.97 0.07
HSL 16.1º 0.95% 0.48% -
HSV(B) 16.1º 0.97% 0.93% -
XYZ 37.03 22.15 2.5 -
YUV 111.46 68.49 217.54 -
System Red Green Blue C M Y K H S L
Decimal 237 68 6 0 0.71 0.97 0.07 16.1 0.95 0.48
Hex ED 44 6 0 47 61 7 10 5F 30
Octal 355 104 6 0 107 141 7 20 137 60
Binary 11101101 1000100 110 0 1000111 1100001 111 10000 1011111 110000

Color Harmonies of #ED4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4406

Black with #ED4406

Text Example


Text Example

White with #ED4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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