Shades of Burnt Sienna #ED694B
Tints of Burnt Sienna #ED694B
RGB
CMYK
RGB Variations
Color information
#ED694B (or 0xED694B) is known color: Burnt Sienna. HEX triplet: ED, 69 and 4B. RGB value is (237,105,75). Sum of RGB (Red+Green+Blue) = 237+105+75=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED694B is #1296B4. Grayscale: #8D8D8D. Windows color (decimal): -1218229 or 4942317. OLE color: 4942317.
HSL color Cylindrical-coordinate representation of color #ED694B: hue angle of 11.11º 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 #ED694B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 75 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 11.11º | 0.82% | 0.61% | - |
| HSV(B) | 11.11º | 0.68% | 0.93% | - |
| XYZ | 41.25 | 28.62 | 10.01 | - |
| YUV | 141.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 75 | 0 | 0.56 | 0.68 | 0.07 | 11.11 | 0.82 | 0.61 |
| Hex | ED | 69 | 4B | 0 | 38 | 44 | 7 | B | 52 | 3D |
| Octal | 355 | 151 | 113 | 0 | 70 | 104 | 7 | 13 | 122 | 75 |
| Binary | 11101101 | 1101001 | 1001011 | 0 | 111000 | 1000100 | 111 | 1011 | 1010010 | 111101 |
Color Harmonies of #ED694B
Complementary color
Monochromatic Colors of #ED694B
Black with #ED694B
Text Example
Text Example
White with #ED694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED694B; }
p { color: rgb(237,105,75); }
H1.HeaderClassName
{
color: #ED694B;
}
.AnyTagClassName
{
color: #ED694B;
}
</style>
background-color css
<style>
a { background-color: #ED694B; }
a { background-color: rgb(237,105,75); }
div.DivClassName
{
background-color: #ED694B;
}
.BgClassName
{
background-color: #ED694B;
}
</style>
border-color css
<style>
span { border-color: #ED694B; }
span { border-color: rgb(237,105,75); }
td.TdClassName
{
border-color: #ED694B;
}
.TagClassName
{
border-color: #ED694B;
}
</style>