#E06F4A

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

Shades of Burnt Sienna #E06F4A

Tints of Burnt Sienna #E06F4A

Color information

#E06F4A (or 0xE06F4A) is unknown color: approx Burnt Sienna. HEX triplet: E0, 6F and 4A. RGB value is (224,111,74). Sum of RGB (Red+Green+Blue) = 224+111+74=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F4A is #1F90B5. Grayscale: #8C8C8C. Windows color (decimal): -2068662 or 4878304. OLE color: 4878304.

HSL color Cylindrical-coordinate representation of color #E06F4A: hue angle of 14.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E06F4A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22411174-
CMYK00.500.670.12
HSL14.8º70.75%58.43%-
HSV(B)14.8º66.96%87.84%-
XYZ37.6627.719.84-
YUV140.5790.44187.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.77%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=54.77%
G=27.14%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241117400.500.670.1214.870.7558.43
HexE06F4A03243Cf473a
Octal340157112062103141710772
Binary111000001101111100101001100101000011110011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F4A; }

 p { color: rgb(224,111,74); }

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

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

 a { background-color: rgb(224,111,74); }

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

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

 span { border-color: rgb(224,111,74); }

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