Html Css Color HEX #EF4612 Orange Red

📋 copy color: '#EF4612'

red 239 ◦ green 70 ◦ blue 18

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

Shades of Orange Red #EF4612

Tints of Orange Red #EF4612

RGB

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

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

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

R = 73.09%
G = 21.41%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4612 (or 0xEF4612) is known color: Orange Red. HEX triplet: EF, 46 and 12. RGB value is (239,70,18). Sum of RGB (Red+Green+Blue) = 239+70+18=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4612 is #10B9ED. Grayscale: #727272. Windows color (decimal): -1096174 or 1197807. OLE color: 1197807.

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

Color convert

RGB 239 70 18 -
CMYK 0 0.71 0.92 0.06
HSL 14.12º 0.87% 0.5% -
HSV(B) 14.12º 0.92% 0.94% -
XYZ 37.9 22.77 2.97 -
YUV 114.6 73.49 216.73 -
System Red Green Blue C M Y K H S L
Decimal 239 70 18 0 0.71 0.92 0.06 14.12 0.87 0.5
Hex EF 46 12 0 47 5C 6 E 57 32
Octal 357 106 22 0 107 134 6 16 127 62
Binary 11101111 1000110 10010 0 1000111 1011100 110 1110 1010111 110010

Color Harmonies of #EF4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4612

Black with #EF4612

Text Example


Text Example

White with #EF4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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