#ED6E48

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

Shades of Burnt Sienna #ED6E48

Tints of Burnt Sienna #ED6E48

Color information

#ED6E48 (or 0xED6E48) is unknown color: approx Burnt Sienna. HEX triplet: ED, 6E and 48. RGB value is (237,110,72). Sum of RGB (Red+Green+Blue) = 237+110+72=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6E48 is #1291B7. Grayscale: #8F8F8F. Windows color (decimal): -1216952 or 4746989. OLE color: 4746989.

HSL color Cylindrical-coordinate representation of color #ED6E48: hue angle of 13.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6E48 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23711072-
CMYK00.540.700.07
HSL13.82º82.09%60.59%-
HSV(B)13.82º69.62%92.94%-
XYZ41.6729.629.65-
YUV143.6487.58194.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.56%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=56.56%
G=26.25%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371107200.540.700.0713.8282.0960.59
HexED6E48036467e523d
Octal35515611006610671612275
Binary11101101110111010010000110110100011011111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6E48; }

 p { color: rgb(237,110,72); }

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

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

 a { background-color: rgb(237,110,72); }

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

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

 span { border-color: rgb(237,110,72); }

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