Shades of Tenne (Tawny) #CE500E
Tints of Tenne (Tawny) #CE500E
RGB
CMYK
RGB Variations
Color information
#CE500E (or 0xCE500E) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 0E. RGB value is (206,80,14). Sum of RGB (Red+Green+Blue) = 206+80+14=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE500E is #31AFF1. Grayscale: #6E6E6E. Windows color (decimal): -3256306 or 938190. OLE color: 938190.
HSL color Cylindrical-coordinate representation of color #CE500E: hue angle of 20.62º 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 #CE500E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.19 |
| HSL | 20.63º | 0.87% | 0.43% | - |
| HSV(B) | 20.63º | 0.93% | 0.81% | - |
| XYZ | 28.4 | 18.89 | 2.56 | - |
| YUV | 110.15 | 73.74 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 14 | 0 | 0.61 | 0.93 | 0.19 | 20.63 | 0.87 | 0.43 |
| Hex | CE | 50 | E | 0 | 3D | 5D | 13 | 15 | 57 | 2B |
| Octal | 316 | 120 | 16 | 0 | 75 | 135 | 23 | 25 | 127 | 53 |
| Binary | 11001110 | 1010000 | 1110 | 0 | 111101 | 1011101 | 10011 | 10101 | 1010111 | 101011 |
Color Harmonies of #CE500E
Complementary color
Monochromatic Colors of #CE500E
Black with #CE500E
Text Example
Text Example
White with #CE500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE500E; }
p { color: rgb(206,80,14); }
H1.HeaderClassName
{
color: #CE500E;
}
.AnyTagClassName
{
color: #CE500E;
}
</style>
background-color css
<style>
a { background-color: #CE500E; }
a { background-color: rgb(206,80,14); }
div.DivClassName
{
background-color: #CE500E;
}
.BgClassName
{
background-color: #CE500E;
}
</style>
border-color css
<style>
span { border-color: #CE500E; }
span { border-color: rgb(206,80,14); }
td.TdClassName
{
border-color: #CE500E;
}
.TagClassName
{
border-color: #CE500E;
}
</style>