#EF742E

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

Shades of Burnt Orange #EF742E

Tints of Burnt Orange #EF742E

Color information

#EF742E (or 0xEF742E) is unknown color: approx Burnt Orange. HEX triplet: EF, 74 and 2E. RGB value is (239,116,46). Sum of RGB (Red+Green+Blue) = 239+116+46=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF742E is #108BD1. Grayscale: #919191. Windows color (decimal): -1084370 or 3044591. OLE color: 3044591.

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

Color convert

RGB23911646-
CMYK00.510.810.06
HSL21.76º85.78%55.88%-
HSV(B)21.76º80.75%93.73%-
XYZ42.3431.046.34-
YUV144.872.25195.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.60%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=59.60%
G=28.93%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391164600.510.810.0621.7685.7855.88
HexEF742E033516165638
Octal3571645606312162612670
Binary11101111111010010111001100111010001110101101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF742E; }

 p { color: rgb(239,116,46); }

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

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

 a { background-color: rgb(239,116,46); }

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

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

 span { border-color: rgb(239,116,46); }

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