Html Css Color HEX #EF4012 Orange Red

📋 copy color: '#EF4012'

red 239 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #EF4012

Tints of Orange Red #EF4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 74.45%
G = 19.94%
B = 5.61%

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

#EF4012 (or 0xEF4012) is known color: Orange Red. HEX triplet: EF, 40 and 12. RGB value is (239,64,18). Sum of RGB (Red+Green+Blue) = 239+64+18=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4012 is #10BFED. Grayscale: #6F6F6F. Windows color (decimal): -1097710 or 1196271. OLE color: 1196271.

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

Color convert

RGB 239 64 18 -
CMYK 0 0.73 0.92 0.06
HSL 12.49º 0.87% 0.5% -
HSV(B) 12.49º 0.92% 0.94% -
XYZ 37.54 22.06 2.85 -
YUV 111.08 75.48 219.24 -
System Red Green Blue C M Y K H S L
Decimal 239 64 18 0 0.73 0.92 0.06 12.49 0.87 0.5
Hex EF 40 12 0 49 5C 6 C 57 32
Octal 357 100 22 0 111 134 6 14 127 62
Binary 11101111 1000000 10010 0 1001001 1011100 110 1100 1010111 110010

Color Harmonies of #EF4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4012

Black with #EF4012

Text Example


Text Example

White with #EF4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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