#E6714B

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

Shades of Burnt Sienna #E6714B

Tints of Burnt Sienna #E6714B

Color information

#E6714B (or 0xE6714B) is unknown color: approx Burnt Sienna. HEX triplet: E6, 71 and 4B. RGB value is (230,113,75). Sum of RGB (Red+Green+Blue) = 230+113+75=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6714B is #198EB4. Grayscale: #8F8F8F. Windows color (decimal): -1674933 or 4944358. OLE color: 4944358.

HSL color Cylindrical-coordinate representation of color #E6714B: hue angle of 14.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6714B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23011375-
CMYK00.510.670.10
HSL14.71º75.61%59.8%-
HSV(B)14.71º67.39%90.2%-
XYZ39.8129.1410.18-
YUV143.6589.26189.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=55.02%
G=27.03%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301137500.510.670.1014.7175.6159.8
HexE6714B03343Af4c3c
Octal346161113063103121711474
Binary111001101110001100101101100111000011101011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6714B; }

 p { color: rgb(230,113,75); }

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

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

 a { background-color: rgb(230,113,75); }

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

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

 span { border-color: rgb(230,113,75); }

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