Html Css Color HEX #ED4006 Orange Red

📋 copy color: '#ED4006'

red 237 ◦ green 64 ◦ blue 6

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

Shades of Orange Red #ED4006

Tints of Orange Red #ED4006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

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

R = 77.2%
G = 20.85%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4006 (or 0xED4006) is known color: Orange Red. HEX triplet: ED, 40 and 06. RGB value is (237,64,6). Sum of RGB (Red+Green+Blue) = 237+64+6=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4006 is #12BFF9. Grayscale: #6D6D6D. Windows color (decimal): -1228794 or 409837. OLE color: 409837.

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

Color convert

RGB 237 64 6 -
CMYK 0 0.73 0.97 0.07
HSL 15.06º 0.95% 0.48% -
HSV(B) 15.06º 0.97% 0.93% -
XYZ 36.79 21.68 2.42 -
YUV 109.12 69.81 219.22 -
System Red Green Blue C M Y K H S L
Decimal 237 64 6 0 0.73 0.97 0.07 15.06 0.95 0.48
Hex ED 40 6 0 49 61 7 F 5F 30
Octal 355 100 6 0 111 141 7 17 137 60
Binary 11101101 1000000 110 0 1001001 1100001 111 1111 1011111 110000

Color Harmonies of #ED4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4006

Black with #ED4006

Text Example


Text Example

White with #ED4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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