#E26F52

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

Shades of Burnt Sienna #E26F52

Tints of Burnt Sienna #E26F52

Color information

#E26F52 (or 0xE26F52) is unknown color: approx Burnt Sienna. HEX triplet: E2, 6F and 52. RGB value is (226,111,82). Sum of RGB (Red+Green+Blue) = 226+111+82=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F52 is #1D90AD. Grayscale: #8E8E8E. Windows color (decimal): -1937582 or 5402594. OLE color: 5402594.

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

Color convert

RGB22611182-
CMYK00.510.640.11
HSL12.08º71.29%60.39%-
HSV(B)12.08º63.72%88.63%-
XYZ38.5728.1511.38-
YUV142.0894.1187.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=53.94%
G=26.49%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261118200.510.640.1112.0871.2960.39
HexE26F5203340Bc473c
Octal342157122063100131410774
Binary111000101101111101001001100111000000101111001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F52; }

 p { color: rgb(226,111,82); }

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

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

 a { background-color: rgb(226,111,82); }

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

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

 span { border-color: rgb(226,111,82); }

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