Shades of Burnt Sienna #EF694C
Tints of Burnt Sienna #EF694C
RGB
CMYK
RGB Variations
Color information
#EF694C (or 0xEF694C) is known color: Burnt Sienna. HEX triplet: EF, 69 and 4C. RGB value is (239,105,76). Sum of RGB (Red+Green+Blue) = 239+105+76=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF694C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF694C is #1096B3. Grayscale: #8E8E8E. Windows color (decimal): -1087156 or 5007855. OLE color: 5007855.
HSL color Cylindrical-coordinate representation of color #EF694C: hue angle of 10.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF694C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 76 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.06 |
| HSL | 10.67º | 0.84% | 0.62% | - |
| HSV(B) | 10.67º | 0.68% | 0.94% | - |
| XYZ | 41.95 | 28.98 | 10.22 | - |
| YUV | 141.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 76 | 0 | 0.56 | 0.68 | 0.06 | 10.67 | 0.84 | 0.62 |
| Hex | EF | 69 | 4C | 0 | 38 | 44 | 6 | B | 54 | 3E |
| Octal | 357 | 151 | 114 | 0 | 70 | 104 | 6 | 13 | 124 | 76 |
| Binary | 11101111 | 1101001 | 1001100 | 0 | 111000 | 1000100 | 110 | 1011 | 1010100 | 111110 |
Color Harmonies of #EF694C
Complementary color
Monochromatic Colors of #EF694C
Black with #EF694C
Text Example
Text Example
White with #EF694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF694C; }
p { color: rgb(239,105,76); }
H1.HeaderClassName
{
color: #EF694C;
}
.AnyTagClassName
{
color: #EF694C;
}
</style>
background-color css
<style>
a { background-color: #EF694C; }
a { background-color: rgb(239,105,76); }
div.DivClassName
{
background-color: #EF694C;
}
.BgClassName
{
background-color: #EF694C;
}
</style>
border-color css
<style>
span { border-color: #EF694C; }
span { border-color: rgb(239,105,76); }
td.TdClassName
{
border-color: #EF694C;
}
.TagClassName
{
border-color: #EF694C;
}
</style>