#EA7255

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

Shades of Burnt Sienna #EA7255

Tints of Burnt Sienna #EA7255

Color information

#EA7255 (or 0xEA7255) is unknown color: approx Burnt Sienna. HEX triplet: EA, 72 and 55. RGB value is (234,114,85). Sum of RGB (Red+Green+Blue) = 234+114+85=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7255 is #158DAA. Grayscale: #929292. Windows color (decimal): -1412523 or 5599978. OLE color: 5599978.

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

Color convert

RGB23411485-
CMYK00.510.640.08
HSL11.68º78.01%62.55%-
HSV(B)11.68º63.68%91.76%-
XYZ41.5930.1812.23-
YUV146.5793.26190.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.04%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=54.04%
G=26.33%
B=19.63%

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
Decimal2341148500.510.640.0811.6878.0162.55
HexEA7255033408c4e3f
Octal352162125063100101411677
Binary111010101110010101010101100111000000100011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7255; }

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

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

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

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

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

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

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

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