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