Shades of Burnt Sienna #E6754A
Tints of Burnt Sienna #E6754A
RGB
CMYK
RGB Variations
Color information
#E6754A (or 0xE6754A) is known color: Burnt Sienna. HEX triplet: E6, 75 and 4A. RGB value is (230,117,74). Sum of RGB (Red+Green+Blue) = 230+117+74=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6754A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6754A is #198AB5. Grayscale: #929292. Windows color (decimal): -1673910 or 4879846. OLE color: 4879846.
HSL color Cylindrical-coordinate representation of color #E6754A: hue angle of 16.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6754A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 74 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.10 |
| HSL | 16.54º | 0.76% | 0.6% | - |
| HSV(B) | 16.54º | 0.68% | 0.9% | - |
| XYZ | 40.23 | 30.04 | 10.16 | - |
| YUV | 145.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 74 | 0 | 0.49 | 0.68 | 0.10 | 16.54 | 0.76 | 0.6 |
| Hex | E6 | 75 | 4A | 0 | 31 | 44 | A | 11 | 4C | 3C |
| Octal | 346 | 165 | 112 | 0 | 61 | 104 | 12 | 21 | 114 | 74 |
| Binary | 11100110 | 1110101 | 1001010 | 0 | 110001 | 1000100 | 1010 | 10001 | 1001100 | 111100 |
Color Harmonies of #E6754A
Complementary color
Monochromatic Colors of #E6754A
Black with #E6754A
Text Example
Text Example
White with #E6754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6754A; }
p { color: rgb(230,117,74); }
H1.HeaderClassName
{
color: #E6754A;
}
.AnyTagClassName
{
color: #E6754A;
}
</style>
background-color css
<style>
a { background-color: #E6754A; }
a { background-color: rgb(230,117,74); }
div.DivClassName
{
background-color: #E6754A;
}
.BgClassName
{
background-color: #E6754A;
}
</style>
border-color css
<style>
span { border-color: #E6754A; }
span { border-color: rgb(230,117,74); }
td.TdClassName
{
border-color: #E6754A;
}
.TagClassName
{
border-color: #E6754A;
}
</style>