Shades of Tenne (Tawny) #CE5E0E
Tints of Tenne (Tawny) #CE5E0E
RGB
CMYK
RGB Variations
Color information
#CE5E0E (or 0xCE5E0E) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 0E. RGB value is (206,94,14). Sum of RGB (Red+Green+Blue) = 206+94+14=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E0E is #31A1F1. Grayscale: #767676. Windows color (decimal): -3252722 or 941774. OLE color: 941774.
HSL color Cylindrical-coordinate representation of color #CE5E0E: hue angle of 25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE5E0E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 14 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.19 |
| HSL | 25º | 0.87% | 0.43% | - |
| HSV(B) | 25º | 0.93% | 0.81% | - |
| XYZ | 29.54 | 21.16 | 2.94 | - |
| YUV | 118.37 | 69.11 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 14 | 0 | 0.54 | 0.93 | 0.19 | 25 | 0.87 | 0.43 |
| Hex | CE | 5E | E | 0 | 36 | 5D | 13 | 19 | 57 | 2B |
| Octal | 316 | 136 | 16 | 0 | 66 | 135 | 23 | 31 | 127 | 53 |
| Binary | 11001110 | 1011110 | 1110 | 0 | 110110 | 1011101 | 10011 | 11001 | 1010111 | 101011 |
Color Harmonies of #CE5E0E
Complementary color
Monochromatic Colors of #CE5E0E
Black with #CE5E0E
Text Example
Text Example
White with #CE5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E0E; }
p { color: rgb(206,94,14); }
H1.HeaderClassName
{
color: #CE5E0E;
}
.AnyTagClassName
{
color: #CE5E0E;
}
</style>
background-color css
<style>
a { background-color: #CE5E0E; }
a { background-color: rgb(206,94,14); }
div.DivClassName
{
background-color: #CE5E0E;
}
.BgClassName
{
background-color: #CE5E0E;
}
</style>
border-color css
<style>
span { border-color: #CE5E0E; }
span { border-color: rgb(206,94,14); }
td.TdClassName
{
border-color: #CE5E0E;
}
.TagClassName
{
border-color: #CE5E0E;
}
</style>