Html Css Color HEX #EF4014 Orange Red

📋 copy color: '#EF4014'

red 239 ◦ green 64 ◦ blue 20

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

Shades of Orange Red #EF4014

Tints of Orange Red #EF4014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 73.99%
G = 19.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4014 (or 0xEF4014) is known color: Orange Red. HEX triplet: EF, 40 and 14. RGB value is (239,64,20). Sum of RGB (Red+Green+Blue) = 239+64+20=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4014 is #10BFEB. Grayscale: #6F6F6F. Windows color (decimal): -1097708 or 1327343. OLE color: 1327343.

HSL color Cylindrical-coordinate representation of color #EF4014: hue angle of 12.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4014 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 20 -
CMYK 0 0.73 0.92 0.06
HSL 12.05º 0.87% 0.51% -
HSV(B) 12.05º 0.92% 0.94% -
XYZ 37.56 22.07 2.94 -
YUV 111.31 76.48 219.08 -
System Red Green Blue C M Y K H S L
Decimal 239 64 20 0 0.73 0.92 0.06 12.05 0.87 0.51
Hex EF 40 14 0 49 5C 6 C 57 33
Octal 357 100 24 0 111 134 6 14 127 63
Binary 11101111 1000000 10100 0 1001001 1011100 110 1100 1010111 110011

Color Harmonies of #EF4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4014

Black with #EF4014

Text Example


Text Example

White with #EF4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4014; }

 p { color: rgb(239,64,20); }

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

background-color css

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

 a { background-color: rgb(239,64,20); }

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

border-color css

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

 span { border-color: rgb(239,64,20); }

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