Shades of Burnt Sienna #ED754F
Tints of Burnt Sienna #ED754F
RGB
CMYK
RGB Variations
Color information
#ED754F (or 0xED754F) is known color: Burnt Sienna. HEX triplet: ED, 75 and 4F. RGB value is (237,117,79). Sum of RGB (Red+Green+Blue) = 237+117+79=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED754F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED754F is #128AB0. Grayscale: #949494. Windows color (decimal): -1215153 or 5207533. OLE color: 5207533.
HSL color Cylindrical-coordinate representation of color #ED754F: hue angle of 14.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED754F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 79 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.07 |
| HSL | 14.43º | 0.81% | 0.62% | - |
| HSV(B) | 14.43º | 0.67% | 0.93% | - |
| XYZ | 42.7 | 31.29 | 11.19 | - |
| YUV | 148.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 79 | 0 | 0.51 | 0.67 | 0.07 | 14.43 | 0.81 | 0.62 |
| Hex | ED | 75 | 4F | 0 | 33 | 43 | 7 | E | 51 | 3E |
| Octal | 355 | 165 | 117 | 0 | 63 | 103 | 7 | 16 | 121 | 76 |
| Binary | 11101101 | 1110101 | 1001111 | 0 | 110011 | 1000011 | 111 | 1110 | 1010001 | 111110 |
Color Harmonies of #ED754F
Complementary color
Monochromatic Colors of #ED754F
Black with #ED754F
Text Example
Text Example
White with #ED754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED754F; }
p { color: rgb(237,117,79); }
H1.HeaderClassName
{
color: #ED754F;
}
.AnyTagClassName
{
color: #ED754F;
}
</style>
background-color css
<style>
a { background-color: #ED754F; }
a { background-color: rgb(237,117,79); }
div.DivClassName
{
background-color: #ED754F;
}
.BgClassName
{
background-color: #ED754F;
}
</style>
border-color css
<style>
span { border-color: #ED754F; }
span { border-color: rgb(237,117,79); }
td.TdClassName
{
border-color: #ED754F;
}
.TagClassName
{
border-color: #ED754F;
}
</style>