#ed7c56

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

Shades of Burnt Sienna #ED7C56

Tints of Burnt Sienna #ED7C56

Color information

#ED7C56 (or 0xED7C56) is unknown color: approx Burnt Sienna. HEX triplet: ED, 7C and 56. RGB value is (237,124,86). Sum of RGB (Red+Green+Blue) = 237+124+86=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C56 is #1283A9. Grayscale: #999999. Windows color (decimal): -1213354 or 5668077. OLE color: 5668077.

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

Color convert

RGB23712486-
CMYK00.480.640.07
HSL15.1º80.75%63.33%-
HSV(B)15.1º63.71%92.94%-
XYZ43.8133.0912.88-
YUV153.4689.94187.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=53.02%
G=27.74%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371248600.480.640.0715.180.7563.33
HexED7C56030407f513f
Octal35517412606010071712177
Binary11101101111110010101100110000100000011111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7c56; }

 p { color: rgb(237,124,86); }

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

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

 a { background-color: rgb(237,124,86); }

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

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

 span { border-color: rgb(237,124,86); }

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