#ED7D52

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

Shades of Burnt Sienna #ED7D52

Tints of Burnt Sienna #ED7D52

Color information

#ED7D52 (or 0xED7D52) is unknown color: approx Burnt Sienna. HEX triplet: ED, 7D and 52. RGB value is (237,125,82). Sum of RGB (Red+Green+Blue) = 237+125+82=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D52 is #1282AD. Grayscale: #999999. Windows color (decimal): -1213102 or 5406189. OLE color: 5406189.

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

Color convert

RGB23712582-
CMYK00.470.650.07
HSL16.65º81.15%62.55%-
HSV(B)16.65º65.4%92.94%-
XYZ43.7833.2812.1-
YUV153.5987.61187.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.38%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=53.38%
G=28.15%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371258200.470.650.0716.6581.1562.55
HexED7D5202F41711513f
Octal35517512205710172112177
Binary111011011111101101001001011111000001111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D52; }

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

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

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

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

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

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

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

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