#e26d4e

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

Shades of Burnt Sienna #E26D4E

Tints of Burnt Sienna #E26D4E

Color information

#E26D4E (or 0xE26D4E) is unknown color: approx Burnt Sienna. HEX triplet: E2, 6D and 4E. RGB value is (226,109,78). Sum of RGB (Red+Green+Blue) = 226+109+78=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D4E is #1D92B1. Grayscale: #8C8C8C. Windows color (decimal): -1938098 or 5139938. OLE color: 5139938.

HSL color Cylindrical-coordinate representation of color #E26D4E: hue angle of 12.57º 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 #E26D4E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22610978-
CMYK00.520.650.11
HSL12.57º71.84%59.61%-
HSV(B)12.57º65.49%88.63%-
XYZ38.2127.6610.53-
YUV140.4592.76189.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.72%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=54.72%
G=26.39%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261097800.520.650.1112.5771.8459.61
HexE26D4E03441Bd483c
Octal342155116064101131511074
Binary111000101101101100111001101001000001101111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26d4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26d4e; }

 p { color: rgb(226,109,78); }

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

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

 a { background-color: rgb(226,109,78); }

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

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

 span { border-color: rgb(226,109,78); }

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