#e2724f

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

Shades of Burnt Sienna #E2724F

Tints of Burnt Sienna #E2724F

Color information

#E2724F (or 0xE2724F) is unknown color: approx Burnt Sienna. HEX triplet: E2, 72 and 4F. RGB value is (226,114,79). Sum of RGB (Red+Green+Blue) = 226+114+79=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2724F is #1D8DB0. Grayscale: #8F8F8F. Windows color (decimal): -1936817 or 5206754. OLE color: 5206754.

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

Color convert

RGB22611479-
CMYK00.500.650.11
HSL14.29º71.71%59.8%-
HSV(B)14.29º65.04%88.63%-
XYZ38.7928.7710.91-
YUV143.591.61186.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=53.94%
G=27.21%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261147900.500.650.1114.2971.7159.8
HexE2724F03241Be483c
Octal342162117062101131611074
Binary111000101110010100111101100101000001101111101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2724f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2724f; }

 p { color: rgb(226,114,79); }

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

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

 a { background-color: rgb(226,114,79); }

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

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

 span { border-color: rgb(226,114,79); }

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