#EB7047

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

Shades of Burnt Sienna #EB7047

Tints of Burnt Sienna #EB7047

Color information

#EB7047 (or 0xEB7047) is unknown color: approx Burnt Sienna. HEX triplet: EB, 70 and 47. RGB value is (235,112,71). Sum of RGB (Red+Green+Blue) = 235+112+71=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7047 is #148FB8. Grayscale: #909090. Windows color (decimal): -1347513 or 4681963. OLE color: 4681963.

HSL color Cylindrical-coordinate representation of color #EB7047: hue angle of 15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB7047 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23511271-
CMYK00.520.700.08
HSL15º80.39%60%-
HSV(B)15º69.79%92.16%-
XYZ41.1929.719.52-
YUV144.186.75192.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.22%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 71 (28.12% from 255) = 16.99%
R=56.22%
G=26.79%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351127100.520.700.081580.3960
HexEB7047034468f503c
Octal353160107064106101712074
Binary111010111110000100011101101001000110100011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7047; }

 p { color: rgb(235,112,71); }

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

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

 a { background-color: rgb(235,112,71); }

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

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

 span { border-color: rgb(235,112,71); }

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