#EA7455

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

Shades of Burnt Sienna #EA7455

Tints of Burnt Sienna #EA7455

Color information

#EA7455 (or 0xEA7455) is unknown color: approx Burnt Sienna. HEX triplet: EA, 74 and 55. RGB value is (234,116,85). Sum of RGB (Red+Green+Blue) = 234+116+85=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7455 is #158BAA. Grayscale: #939393. Windows color (decimal): -1412011 or 5600490. OLE color: 5600490.

HSL color Cylindrical-coordinate representation of color #EA7455: hue angle of 12.48º 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 #EA7455 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23411685-
CMYK00.500.640.08
HSL12.48º78.01%62.55%-
HSV(B)12.48º63.68%91.76%-
XYZ41.8230.6412.3-
YUV147.7592.59189.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.79%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=53.79%
G=26.67%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341168500.500.640.0812.4878.0162.55
HexEA7455032408c4e3f
Octal352164125062100101411677
Binary111010101110100101010101100101000000100011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7455; }

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

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

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

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

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

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

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

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