Shades of Tenne (Tawny) #CE5400
Tints of Tenne (Tawny) #CE5400
RGB
CMYK
RGB Variations
Color information
#CE5400 (or 0xCE5400) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 00. RGB value is (206,84,0). Sum of RGB (Red+Green+Blue) = 206+84+0=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5400 is #31ABFF. Grayscale: #6F6F6F. Windows color (decimal): -3255296 or 21710. OLE color: 21710.
HSL color Cylindrical-coordinate representation of color #CE5400: hue angle of 24.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.19 |
| HSL | 24.47º | 1% | 0.4% | - |
| HSV(B) | 24.47º | 1% | 0.81% | - |
| XYZ | 28.62 | 19.46 | 2.25 | - |
| YUV | 110.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 0 | 0 | 0.59 | 1 | 0.19 | 24.47 | 1 | 0.4 |
| Hex | CE | 54 | 0 | 0 | 3B | 64 | 13 | 18 | 64 | 28 |
| Octal | 316 | 124 | 0 | 0 | 73 | 144 | 23 | 30 | 144 | 50 |
| Binary | 11001110 | 1010100 | 0 | 0 | 111011 | 1100100 | 10011 | 11000 | 1100100 | 101000 |
Color Harmonies of #CE5400
Complementary color
Monochromatic Colors of #CE5400
Black with #CE5400
Text Example
Text Example
White with #CE5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5400; }
p { color: rgb(206,84,0); }
H1.HeaderClassName
{
color: #CE5400;
}
.AnyTagClassName
{
color: #CE5400;
}
</style>
background-color css
<style>
a { background-color: #CE5400; }
a { background-color: rgb(206,84,0); }
div.DivClassName
{
background-color: #CE5400;
}
.BgClassName
{
background-color: #CE5400;
}
</style>
border-color css
<style>
span { border-color: #CE5400; }
span { border-color: rgb(206,84,0); }
td.TdClassName
{
border-color: #CE5400;
}
.TagClassName
{
border-color: #CE5400;
}
</style>