#EA7355

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

Shades of Burnt Sienna #EA7355

Tints of Burnt Sienna #EA7355

Color information

#EA7355 (or 0xEA7355) is unknown color: approx Burnt Sienna. HEX triplet: EA, 73 and 55. RGB value is (234,115,85). Sum of RGB (Red+Green+Blue) = 234+115+85=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7355 is #158CAA. Grayscale: #939393. Windows color (decimal): -1412267 or 5600234. OLE color: 5600234.

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

Color convert

RGB23411585-
CMYK00.510.640.08
HSL12.08º78.01%62.55%-
HSV(B)12.08º63.68%91.76%-
XYZ41.730.4112.27-
YUV147.1692.92189.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=53.92%
G=26.50%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341158500.510.640.0812.0878.0162.55
HexEA7355033408c4e3f
Octal352163125063100101411677
Binary111010101110011101010101100111000000100011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7355; }

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

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

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

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

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

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

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

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