#ED7452

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

Shades of Burnt Sienna #ED7452

Tints of Burnt Sienna #ED7452

Color information

#ED7452 (or 0xED7452) is unknown color: approx Burnt Sienna. HEX triplet: ED, 74 and 52. RGB value is (237,116,82). Sum of RGB (Red+Green+Blue) = 237+116+82=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7452 is #128BAD. Grayscale: #949494. Windows color (decimal): -1215406 or 5403885. OLE color: 5403885.

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

Color convert

RGB23711682-
CMYK00.510.650.07
HSL13.16º81.15%62.55%-
HSV(B)13.16º65.4%92.94%-
XYZ42.6931.111.74-
YUV148.390.59191.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.48%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=54.48%
G=26.67%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371168200.510.650.0713.1681.1562.55
HexED7452033417d513f
Octal35516412206310171512177
Binary11101101111010010100100110011100000111111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7452; }

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

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

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

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

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

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

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

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