#EF7042

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

Shades of Burnt Sienna #EF7042

Tints of Burnt Sienna #EF7042

Color information

#EF7042 (or 0xEF7042) is unknown color: approx Burnt Sienna. HEX triplet: EF, 70 and 42. RGB value is (239,112,66). Sum of RGB (Red+Green+Blue) = 239+112+66=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7042 is #108FBD. Grayscale: #919191. Windows color (decimal): -1085374 or 4354287. OLE color: 4354287.

HSL color Cylindrical-coordinate representation of color #EF7042: hue angle of 15.95º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF7042 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23911266-
CMYK00.530.720.06
HSL15.95º84.39%59.8%-
HSV(B)15.95º72.38%93.73%-
XYZ42.3730.338.78-
YUV144.7383.58195.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=57.31%
G=26.86%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391126600.530.720.0615.9584.3959.8
HexEF704203548610543c
Octal35716010206511062012474
Binary111011111110000100001001101011001000110100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7042; }

 p { color: rgb(239,112,66); }

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

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

 a { background-color: rgb(239,112,66); }

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

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

 span { border-color: rgb(239,112,66); }

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