Html Css Color HEX #EF4600 Orange Red

📋 copy color: '#EF4600'

red 239 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #EF4600

Tints of Orange Red #EF4600

RGB

 RED value IS 239 (93.75% from 255) = 77.35%

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.35%
G = 22.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF4600 (or 0xEF4600) is known color: Orange Red. HEX triplet: EF, 46 and 00. RGB value is (239,70,0). Sum of RGB (Red+Green+Blue) = 239+70+0=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4600 is #10B9FF. Grayscale: #717171. Windows color (decimal): -1096192 or 18159. OLE color: 18159.

HSL color Cylindrical-coordinate representation of color #EF4600: hue angle of 17.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF4600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 0 -
CMYK 0 0.71 1 0.06
HSL 17.57º 1% 0.47% -
HSV(B) 17.57º 1% 0.94% -
XYZ 37.79 22.73 2.4 -
YUV 112.55 64.49 218.19 -
System Red Green Blue C M Y K H S L
Decimal 239 70 0 0 0.71 1 0.06 17.57 1 0.47
Hex EF 46 0 0 47 64 6 12 64 2F
Octal 357 106 0 0 107 144 6 22 144 57
Binary 11101111 1000110 0 0 1000111 1100100 110 10010 1100100 101111

Color Harmonies of #EF4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4600

Black with #EF4600

Text Example


Text Example

White with #EF4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4600; }

 p { color: rgb(239,70,0); }

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

background-color css

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

 a { background-color: rgb(239,70,0); }

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

border-color css

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

 span { border-color: rgb(239,70,0); }

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