#ED6C41

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

Shades of Burnt Sienna #ED6C41

Tints of Burnt Sienna #ED6C41

Color information

#ED6C41 (or 0xED6C41) is unknown color: approx Burnt Sienna. HEX triplet: ED, 6C and 41. RGB value is (237,108,65). Sum of RGB (Red+Green+Blue) = 237+108+65=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6C41 is #1293BE. Grayscale: #8D8D8D. Windows color (decimal): -1217471 or 4287725. OLE color: 4287725.

HSL color Cylindrical-coordinate representation of color #ED6C41: hue angle of 15º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED6C41 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23710865-
CMYK00.540.730.07
HSL15º82.69%59.22%-
HSV(B)15º72.57%92.94%-
XYZ41.2429.118.45-
YUV141.6784.74196-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.80%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=57.80%
G=26.34%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371086500.540.730.071582.6959.22
HexED6C41036497f533b
Octal35515410106611171712373
Binary11101101110110010000010110110100100111111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6C41; }

 p { color: rgb(237,108,65); }

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

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

 a { background-color: rgb(237,108,65); }

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

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

 span { border-color: rgb(237,108,65); }

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