#ED6F52

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

Shades of Burnt Sienna #ED6F52

Tints of Burnt Sienna #ED6F52

Color information

#ED6F52 (or 0xED6F52) is unknown color: approx Burnt Sienna. HEX triplet: ED, 6F and 52. RGB value is (237,111,82). Sum of RGB (Red+Green+Blue) = 237+111+82=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F52 is #1290AD. Grayscale: #919191. Windows color (decimal): -1216686 or 5402605. OLE color: 5402605.

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

Color convert

RGB23711182-
CMYK00.530.650.07
HSL11.23º81.15%62.55%-
HSV(B)11.23º65.4%92.94%-
XYZ42.1329.9811.55-
YUV145.3792.24193.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.12%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=55.12%
G=25.81%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371118200.530.650.0711.2381.1562.55
HexED6F52035417b513f
Octal35515712206510171312177
Binary11101101110111110100100110101100000111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F52; }

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

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

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

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

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

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

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

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