Shades of Burnt Sienna #ED755A
Tints of Burnt Sienna #ED755A
RGB
CMYK
RGB Variations
Color information
#ED755A (or 0xED755A) is known color: Burnt Sienna. HEX triplet: ED, 75 and 5A. RGB value is (237,117,90). Sum of RGB (Red+Green+Blue) = 237+117+90=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED755A is #128AA5. Grayscale: #969696. Windows color (decimal): -1215142 or 5928429. OLE color: 5928429.
HSL color Cylindrical-coordinate representation of color #ED755A: hue angle of 11.02º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED755A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 90 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.07 |
| HSL | 11.02º | 0.8% | 0.64% | - |
| HSV(B) | 11.02º | 0.62% | 0.93% | - |
| XYZ | 43.13 | 31.47 | 13.47 | - |
| YUV | 149.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 90 | 0 | 0.51 | 0.62 | 0.07 | 11.02 | 0.8 | 0.64 |
| Hex | ED | 75 | 5A | 0 | 33 | 3E | 7 | B | 50 | 40 |
| Octal | 355 | 165 | 132 | 0 | 63 | 76 | 7 | 13 | 120 | 100 |
| Binary | 11101101 | 1110101 | 1011010 | 0 | 110011 | 111110 | 111 | 1011 | 1010000 | 1000000 |
Color Harmonies of #ED755A
Complementary color
Monochromatic Colors of #ED755A
Black with #ED755A
Text Example
Text Example
White with #ED755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED755A; }
p { color: rgb(237,117,90); }
H1.HeaderClassName
{
color: #ED755A;
}
.AnyTagClassName
{
color: #ED755A;
}
</style>
background-color css
<style>
a { background-color: #ED755A; }
a { background-color: rgb(237,117,90); }
div.DivClassName
{
background-color: #ED755A;
}
.BgClassName
{
background-color: #ED755A;
}
</style>
border-color css
<style>
span { border-color: #ED755A; }
span { border-color: rgb(237,117,90); }
td.TdClassName
{
border-color: #ED755A;
}
.TagClassName
{
border-color: #ED755A;
}
</style>