#EC694C

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

Shades of Burnt Sienna #EC694C

Tints of Burnt Sienna #EC694C

Color information

#EC694C (or 0xEC694C) is unknown color: approx Burnt Sienna. HEX triplet: EC, 69 and 4C. RGB value is (236,105,76). Sum of RGB (Red+Green+Blue) = 236+105+76=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC694C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC694C is #1396B3. Grayscale: #8D8D8D. Windows color (decimal): -1283764 or 5007852. OLE color: 5007852.

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

Color convert

RGB23610576-
CMYK00.560.680.07
HSL10.88º80.81%61.18%-
HSV(B)10.88º67.8%92.55%-
XYZ40.9528.4610.17-
YUV140.8691.4195.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=56.59%
G=25.18%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361057600.560.680.0710.8880.8161.18
HexEC694C038447b513d
Octal35415111407010471312175
Binary11101100110100110011000111000100010011110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC694C; }

 p { color: rgb(236,105,76); }

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

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

 a { background-color: rgb(236,105,76); }

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

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

 span { border-color: rgb(236,105,76); }

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