#EC6C55

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

Shades of Burnt Sienna #EC6C55

Tints of Burnt Sienna #EC6C55

Color information

#EC6C55 (or 0xEC6C55) is unknown color: approx Burnt Sienna. HEX triplet: EC, 6C and 55. RGB value is (236,108,85). Sum of RGB (Red+Green+Blue) = 236+108+85=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C55 is #1393AA. Grayscale: #8F8F8F. Windows color (decimal): -1282987 or 5598444. OLE color: 5598444.

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

Color convert

RGB23610885-
CMYK00.540.640.07
HSL9.14º79.89%62.94%-
HSV(B)9.14º63.98%92.55%-
XYZ41.5929.2112.04-
YUV143.6594.91193.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.01%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=55.01%
G=25.17%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361088500.540.640.079.1479.8962.94
HexEC6C550364079503f
Octal35415412506610071112077
Binary11101100110110010101010110110100000011110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6C55; }

 p { color: rgb(236,108,85); }

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

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

 a { background-color: rgb(236,108,85); }

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

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

 span { border-color: rgb(236,108,85); }

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