#EA7450

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

Shades of Burnt Sienna #EA7450

Tints of Burnt Sienna #EA7450

Color information

#EA7450 (or 0xEA7450) is unknown color: approx Burnt Sienna. HEX triplet: EA, 74 and 50. RGB value is (234,116,80). Sum of RGB (Red+Green+Blue) = 234+116+80=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7450 is #158BAF. Grayscale: #939393. Windows color (decimal): -1412016 or 5272810. OLE color: 5272810.

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

Color convert

RGB23411680-
CMYK00.500.660.08
HSL14.03º78.57%61.57%-
HSV(B)14.03º65.81%91.76%-
XYZ41.6330.5611.29-
YUV147.1890.09189.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=54.42%
G=26.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341168000.500.660.0814.0378.5761.57
HexEA7450032428e4f3e
Octal352164120062102101611776
Binary111010101110100101000001100101000010100011101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7450; }

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

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

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

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

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

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

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

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