#ED7044

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

Shades of Burnt Sienna #ED7044

Tints of Burnt Sienna #ED7044

Color information

#ED7044 (or 0xED7044) is unknown color: approx Burnt Sienna. HEX triplet: ED, 70 and 44. RGB value is (237,112,68). Sum of RGB (Red+Green+Blue) = 237+112+68=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7044 is #128FBB. Grayscale: #909090. Windows color (decimal): -1216444 or 4485357. OLE color: 4485357.

HSL color Cylindrical-coordinate representation of color #ED7044: hue angle of 15.62º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED7044 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23711268-
CMYK00.530.710.07
HSL15.62º82.44%59.8%-
HSV(B)15.62º71.31%92.94%-
XYZ41.7630.019.06-
YUV144.3684.91194.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.83%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 68 (26.95% from 255) = 16.31%
R=56.83%
G=26.86%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371126800.530.710.0715.6282.4459.8
HexED704403547710523c
Octal35516010406510772012274
Binary111011011110000100010001101011000111111100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7044; }

 p { color: rgb(237,112,68); }

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

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

 a { background-color: rgb(237,112,68); }

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

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

 span { border-color: rgb(237,112,68); }

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