Shades of Burnt Sienna #ED744B
Tints of Burnt Sienna #ED744B
RGB
CMYK
RGB Variations
Color information
#ED744B (or 0xED744B) is known color: Burnt Sienna. HEX triplet: ED, 74 and 4B. RGB value is (237,116,75). Sum of RGB (Red+Green+Blue) = 237+116+75=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED744B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED744B is #128BB4. Grayscale: #939393. Windows color (decimal): -1215413 or 4945133. OLE color: 4945133.
HSL color Cylindrical-coordinate representation of color #ED744B: hue angle of 15.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED744B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 75 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.07 |
| HSL | 15.19º | 0.82% | 0.61% | - |
| HSV(B) | 15.19º | 0.68% | 0.93% | - |
| XYZ | 42.44 | 31 | 10.4 | - |
| YUV | 147.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 75 | 0 | 0.51 | 0.68 | 0.07 | 15.19 | 0.82 | 0.61 |
| Hex | ED | 74 | 4B | 0 | 33 | 44 | 7 | F | 52 | 3D |
| Octal | 355 | 164 | 113 | 0 | 63 | 104 | 7 | 17 | 122 | 75 |
| Binary | 11101101 | 1110100 | 1001011 | 0 | 110011 | 1000100 | 111 | 1111 | 1010010 | 111101 |
Color Harmonies of #ED744B
Complementary color
Monochromatic Colors of #ED744B
Black with #ED744B
Text Example
Text Example
White with #ED744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED744B; }
p { color: rgb(237,116,75); }
H1.HeaderClassName
{
color: #ED744B;
}
.AnyTagClassName
{
color: #ED744B;
}
</style>
background-color css
<style>
a { background-color: #ED744B; }
a { background-color: rgb(237,116,75); }
div.DivClassName
{
background-color: #ED744B;
}
.BgClassName
{
background-color: #ED744B;
}
</style>
border-color css
<style>
span { border-color: #ED744B; }
span { border-color: rgb(237,116,75); }
td.TdClassName
{
border-color: #ED744B;
}
.TagClassName
{
border-color: #ED744B;
}
</style>