#ED7C52

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

Shades of Burnt Sienna #ED7C52

Tints of Burnt Sienna #ED7C52

Color information

#ED7C52 (or 0xED7C52) is unknown color: approx Burnt Sienna. HEX triplet: ED, 7C and 52. RGB value is (237,124,82). Sum of RGB (Red+Green+Blue) = 237+124+82=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C52 is #1283AD. Grayscale: #999999. Windows color (decimal): -1213358 or 5405933. OLE color: 5405933.

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

Color convert

RGB23712482-
CMYK00.480.650.07
HSL16.26º81.15%62.55%-
HSV(B)16.26º65.4%92.94%-
XYZ43.6633.0312.06-
YUV15387.94187.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.50%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=53.50%
G=27.99%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371248200.480.650.0716.2681.1562.55
HexED7C5203041710513f
Octal35517412206010172012177
Binary111011011111100101001001100001000001111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7C52; }

 p { color: rgb(237,124,82); }

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

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

 a { background-color: rgb(237,124,82); }

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

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

 span { border-color: rgb(237,124,82); }

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