#EF3C0F

Color #EF3C0F Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #EF3C0F

Tints of Orange Red #EF3C0F

Color information

#EF3C0F (or 0xEF3C0F) is unknown color: approx Orange Red. HEX triplet: EF, 3C and 0F. RGB value is (239,60,15). Sum of RGB (Red+Green+Blue) = 239+60+15=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C0F is #10C3F0. Grayscale: #6C6C6C. Windows color (decimal): -1098737 or 998639. OLE color: 998639.

HSL color Cylindrical-coordinate representation of color #EF3C0F: hue angle of 12.05º degrees, saturation: 0.88, 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 #EF3C0F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2396015-
CMYK00.750.940.06
HSL12.05º88.19%49.8%-
HSV(B)12.05º93.72%93.73%-
XYZ37.321.622.66-
YUV108.3975.3221.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.11%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=76.11%
G=19.11%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239601500.750.940.0612.0588.1949.8
HexEF3CF04B5E6c5832
Octal3577417011313661413062
Binary11101111111100111101001011101111011011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3C0F; }

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

 H1.HeaderClassName
 {
   color: #EF3C0F;
 }
 .AnyTagClassName
 {
   color: #EF3C0F;
 }
</style>
background-color css

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

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

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

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

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

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