Shades of Burnt Sienna #E6744B
Tints of Burnt Sienna #E6744B
RGB
CMYK
RGB Variations
Color information
#E6744B (or 0xE6744B) is known color: Burnt Sienna. HEX triplet: E6, 74 and 4B. RGB value is (230,116,75). Sum of RGB (Red+Green+Blue) = 230+116+75=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6744B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6744B is #198BB4. Grayscale: #919191. Windows color (decimal): -1674165 or 4945126. OLE color: 4945126.
HSL color Cylindrical-coordinate representation of color #E6744B: hue angle of 15.87º 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 #E6744B is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 75 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.10 |
| HSL | 15.87º | 0.76% | 0.6% | - |
| HSV(B) | 15.87º | 0.67% | 0.9% | - |
| XYZ | 40.15 | 29.82 | 10.3 | - |
| YUV | 145.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 75 | 0 | 0.50 | 0.67 | 0.10 | 15.87 | 0.76 | 0.6 |
| Hex | E6 | 74 | 4B | 0 | 32 | 43 | A | 10 | 4C | 3C |
| Octal | 346 | 164 | 113 | 0 | 62 | 103 | 12 | 20 | 114 | 74 |
| Binary | 11100110 | 1110100 | 1001011 | 0 | 110010 | 1000011 | 1010 | 10000 | 1001100 | 111100 |
Color Harmonies of #E6744B
Complementary color
Monochromatic Colors of #E6744B
Black with #E6744B
Text Example
Text Example
White with #E6744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6744B; }
p { color: rgb(230,116,75); }
H1.HeaderClassName
{
color: #E6744B;
}
.AnyTagClassName
{
color: #E6744B;
}
</style>
background-color css
<style>
a { background-color: #E6744B; }
a { background-color: rgb(230,116,75); }
div.DivClassName
{
background-color: #E6744B;
}
.BgClassName
{
background-color: #E6744B;
}
</style>
border-color css
<style>
span { border-color: #E6744B; }
span { border-color: rgb(230,116,75); }
td.TdClassName
{
border-color: #E6744B;
}
.TagClassName
{
border-color: #E6744B;
}
</style>