Shades of Burnt Sienna #ED754B
Tints of Burnt Sienna #ED754B
RGB
CMYK
RGB Variations
Color information
#ED754B (or 0xED754B) is known color: Burnt Sienna. HEX triplet: ED, 75 and 4B. RGB value is (237,117,75). Sum of RGB (Red+Green+Blue) = 237+117+75=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED754B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED754B is #128AB4. Grayscale: #949494. Windows color (decimal): -1215157 or 4945389. OLE color: 4945389.
HSL color Cylindrical-coordinate representation of color #ED754B: hue angle of 15.56º 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 #ED754B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 75 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.07 |
| HSL | 15.56º | 0.82% | 0.61% | - |
| HSV(B) | 15.56º | 0.68% | 0.93% | - |
| XYZ | 42.56 | 31.24 | 10.44 | - |
| YUV | 148.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 75 | 0 | 0.51 | 0.68 | 0.07 | 15.56 | 0.82 | 0.61 |
| Hex | ED | 75 | 4B | 0 | 33 | 44 | 7 | 10 | 52 | 3D |
| Octal | 355 | 165 | 113 | 0 | 63 | 104 | 7 | 20 | 122 | 75 |
| Binary | 11101101 | 1110101 | 1001011 | 0 | 110011 | 1000100 | 111 | 10000 | 1010010 | 111101 |
Color Harmonies of #ED754B
Complementary color
Monochromatic Colors of #ED754B
Black with #ED754B
Text Example
Text Example
White with #ED754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED754B; }
p { color: rgb(237,117,75); }
H1.HeaderClassName
{
color: #ED754B;
}
.AnyTagClassName
{
color: #ED754B;
}
</style>
background-color css
<style>
a { background-color: #ED754B; }
a { background-color: rgb(237,117,75); }
div.DivClassName
{
background-color: #ED754B;
}
.BgClassName
{
background-color: #ED754B;
}
</style>
border-color css
<style>
span { border-color: #ED754B; }
span { border-color: rgb(237,117,75); }
td.TdClassName
{
border-color: #ED754B;
}
.TagClassName
{
border-color: #ED754B;
}
</style>