Shades of Burnt Sienna #EF694F
Tints of Burnt Sienna #EF694F
RGB
CMYK
RGB Variations
Color information
#EF694F (or 0xEF694F) is known color: Burnt Sienna. HEX triplet: EF, 69 and 4F. RGB value is (239,105,79). Sum of RGB (Red+Green+Blue) = 239+105+79=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF694F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF694F is #1096B0. Grayscale: #8E8E8E. Windows color (decimal): -1087153 or 5204463. OLE color: 5204463.
HSL color Cylindrical-coordinate representation of color #EF694F: hue angle of 9.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF694F is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 79 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.06 |
| HSL | 9.75º | 0.83% | 0.62% | - |
| HSV(B) | 9.75º | 0.67% | 0.94% | - |
| XYZ | 42.06 | 29.02 | 10.78 | - |
| YUV | 142.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 79 | 0 | 0.56 | 0.67 | 0.06 | 9.75 | 0.83 | 0.62 |
| Hex | EF | 69 | 4F | 0 | 38 | 43 | 6 | A | 53 | 3E |
| Octal | 357 | 151 | 117 | 0 | 70 | 103 | 6 | 12 | 123 | 76 |
| Binary | 11101111 | 1101001 | 1001111 | 0 | 111000 | 1000011 | 110 | 1010 | 1010011 | 111110 |
Color Harmonies of #EF694F
Complementary color
Monochromatic Colors of #EF694F
Black with #EF694F
Text Example
Text Example
White with #EF694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF694F; }
p { color: rgb(239,105,79); }
H1.HeaderClassName
{
color: #EF694F;
}
.AnyTagClassName
{
color: #EF694F;
}
</style>
background-color css
<style>
a { background-color: #EF694F; }
a { background-color: rgb(239,105,79); }
div.DivClassName
{
background-color: #EF694F;
}
.BgClassName
{
background-color: #EF694F;
}
</style>
border-color css
<style>
span { border-color: #EF694F; }
span { border-color: rgb(239,105,79); }
td.TdClassName
{
border-color: #EF694F;
}
.TagClassName
{
border-color: #EF694F;
}
</style>