#E27450

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

Shades of Burnt Sienna #E27450

Tints of Burnt Sienna #E27450

Color information

#E27450 (or 0xE27450) is unknown color: approx Burnt Sienna. HEX triplet: E2, 74 and 50. RGB value is (226,116,80). Sum of RGB (Red+Green+Blue) = 226+116+80=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E27450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27450 is #1D8BAF. Grayscale: #919191. Windows color (decimal): -1936304 or 5272802. OLE color: 5272802.

HSL color Cylindrical-coordinate representation of color #E27450: hue angle of 14.79º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E27450 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22611680-
CMYK00.490.650.11
HSL14.79º71.57%60%-
HSV(B)14.79º64.6%88.63%-
XYZ39.0629.2411.17-
YUV144.7991.44185.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.55%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=53.55%
G=27.49%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261168000.490.650.1114.7971.5760
HexE2745003141Bf483c
Octal342164120061101131711074
Binary111000101110100101000001100011000001101111111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27450; }

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

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

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

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

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

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

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

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