#EA7054

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

Shades of Burnt Sienna #EA7054

Tints of Burnt Sienna #EA7054

Color information

#EA7054 (or 0xEA7054) is unknown color: approx Burnt Sienna. HEX triplet: EA, 70 and 54. RGB value is (234,112,84). Sum of RGB (Red+Green+Blue) = 234+112+84=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7054 is #158FAB. Grayscale: #919191. Windows color (decimal): -1413036 or 5533930. OLE color: 5533930.

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

Color convert

RGB23411284-
CMYK00.520.640.08
HSL11.2º78.12%62.35%-
HSV(B)11.2º64.1%91.76%-
XYZ41.3329.7211.95-
YUV145.2993.42191.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=54.42%
G=26.05%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341128400.520.640.0811.278.1262.35
HexEA7054034408b4e3e
Octal352160124064100101311676
Binary111010101110000101010001101001000000100010111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7054; }

 p { color: rgb(234,112,84); }

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

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

 a { background-color: rgb(234,112,84); }

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

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

 span { border-color: rgb(234,112,84); }

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