#EA7352

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

Shades of Burnt Sienna #EA7352

Tints of Burnt Sienna #EA7352

Color information

#EA7352 (or 0xEA7352) is unknown color: approx Burnt Sienna. HEX triplet: EA, 73 and 52. RGB value is (234,115,82). Sum of RGB (Red+Green+Blue) = 234+115+82=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7352 is #158CAD. Grayscale: #939393. Windows color (decimal): -1412270 or 5403626. OLE color: 5403626.

HSL color Cylindrical-coordinate representation of color #EA7352: hue angle of 13.03º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA7352 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23411582-
CMYK00.510.650.08
HSL13.03º78.35%61.96%-
HSV(B)13.03º64.96%91.76%-
XYZ41.5930.3611.65-
YUV146.8291.42190.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=54.29%
G=26.68%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341158200.510.650.0813.0378.3561.96
HexEA7352033418d4e3e
Octal352163122063101101511676
Binary111010101110011101001001100111000001100011011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7352; }

 p { color: rgb(234,115,82); }

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

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

 a { background-color: rgb(234,115,82); }

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

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

 span { border-color: rgb(234,115,82); }

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