#EC7A56

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

Shades of Burnt Sienna #EC7A56

Tints of Burnt Sienna #EC7A56

Color information

#EC7A56 (or 0xEC7A56) is unknown color: approx Burnt Sienna. HEX triplet: EC, 7A and 56. RGB value is (236,122,86). Sum of RGB (Red+Green+Blue) = 236+122+86=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A56 is #1385A9. Grayscale: #989898. Windows color (decimal): -1279402 or 5667564. OLE color: 5667564.

HSL color Cylindrical-coordinate representation of color #EC7A56: hue angle of 14.4º degrees, saturation: 0.8, 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 #EC7A56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23612286-
CMYK00.480.640.07
HSL14.4º79.79%63.14%-
HSV(B)14.4º63.56%92.55%-
XYZ43.2332.4212.78-
YUV151.9890.77187.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.15%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=53.15%
G=27.48%
B=19.37%

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
Decimal2361228600.480.640.0714.479.7963.14
HexEC7A56030407e503f
Octal35417212606010071612077
Binary11101100111101010101100110000100000011111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A56; }

 p { color: rgb(236,122,86); }

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

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

 a { background-color: rgb(236,122,86); }

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

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

 span { border-color: rgb(236,122,86); }

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