Html Css Color HEX #EF3C0E Orange Red

📋 copy color: '#EF3C0E'

red 239 ◦ green 60 ◦ blue 14

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

Shades of Orange Red #EF3C0E

Tints of Orange Red #EF3C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 76.36%
G = 19.17%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF3C0E (or 0xEF3C0E) is known color: Orange Red. HEX triplet: EF, 3C and 0E. RGB value is (239,60,14). Sum of RGB (Red+Green+Blue) = 239+60+14=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C0E is #10C3F1. Grayscale: #6C6C6C. Windows color (decimal): -1098738 or 933103. OLE color: 933103.

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

Color convert

RGB 239 60 14 -
CMYK 0 0.75 0.94 0.06
HSL 12.27º 0.89% 0.5% -
HSV(B) 12.27º 0.94% 0.94% -
XYZ 37.29 21.61 2.62 -
YUV 108.28 74.8 221.24 -
System Red Green Blue C M Y K H S L
Decimal 239 60 14 0 0.75 0.94 0.06 12.27 0.89 0.5
Hex EF 3C E 0 4B 5E 6 C 59 32
Octal 357 74 16 0 113 136 6 14 131 62
Binary 11101111 111100 1110 0 1001011 1011110 110 1100 1011001 110010

Color Harmonies of #EF3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C0E

Black with #EF3C0E

Text Example


Text Example

White with #EF3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C0E; }

 p { color: rgb(239,60,14); }

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

background-color css

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

 a { background-color: rgb(239,60,14); }

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

border-color css

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

 span { border-color: rgb(239,60,14); }

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