#ED7449

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

Shades of Burnt Sienna #ED7449

Tints of Burnt Sienna #ED7449

Color information

#ED7449 (or 0xED7449) is unknown color: approx Burnt Sienna. HEX triplet: ED, 74 and 49. RGB value is (237,116,73). Sum of RGB (Red+Green+Blue) = 237+116+73=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7449 is #128BB6. Grayscale: #939393. Windows color (decimal): -1215415 or 4814061. OLE color: 4814061.

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

Color convert

RGB23711673-
CMYK00.510.690.07
HSL15.73º82%60.78%-
HSV(B)15.73º69.2%92.94%-
XYZ42.3730.9810.05-
YUV147.2886.09192-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=55.63%
G=27.23%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371167300.510.690.0715.738260.78
HexED744903345710523d
Octal35516411106310572012275
Binary111011011110100100100101100111000101111100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7449; }

 p { color: rgb(237,116,73); }

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

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

 a { background-color: rgb(237,116,73); }

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

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

 span { border-color: rgb(237,116,73); }

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