Shades of Burnt Sienna #ED764B
Tints of Burnt Sienna #ED764B
RGB
CMYK
RGB Variations
Color information
#ED764B (or 0xED764B) is known color: Burnt Sienna. HEX triplet: ED, 76 and 4B. RGB value is (237,118,75). Sum of RGB (Red+Green+Blue) = 237+118+75=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED764B is #1289B4. Grayscale: #949494. Windows color (decimal): -1214901 or 4945645. OLE color: 4945645.
HSL color Cylindrical-coordinate representation of color #ED764B: hue angle of 15.93º 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 #ED764B is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 75 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.07 |
| HSL | 15.93º | 0.82% | 0.61% | - |
| HSV(B) | 15.93º | 0.68% | 0.93% | - |
| XYZ | 42.67 | 31.47 | 10.48 | - |
| YUV | 148.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 75 | 0 | 0.50 | 0.68 | 0.07 | 15.93 | 0.82 | 0.61 |
| Hex | ED | 76 | 4B | 0 | 32 | 44 | 7 | 10 | 52 | 3D |
| Octal | 355 | 166 | 113 | 0 | 62 | 104 | 7 | 20 | 122 | 75 |
| Binary | 11101101 | 1110110 | 1001011 | 0 | 110010 | 1000100 | 111 | 10000 | 1010010 | 111101 |
Color Harmonies of #ED764B
Complementary color
Monochromatic Colors of #ED764B
Black with #ED764B
Text Example
Text Example
White with #ED764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED764B; }
p { color: rgb(237,118,75); }
H1.HeaderClassName
{
color: #ED764B;
}
.AnyTagClassName
{
color: #ED764B;
}
</style>
background-color css
<style>
a { background-color: #ED764B; }
a { background-color: rgb(237,118,75); }
div.DivClassName
{
background-color: #ED764B;
}
.BgClassName
{
background-color: #ED764B;
}
</style>
border-color css
<style>
span { border-color: #ED764B; }
span { border-color: rgb(237,118,75); }
td.TdClassName
{
border-color: #ED764B;
}
.TagClassName
{
border-color: #ED764B;
}
</style>