Shades of Tenne (Tawny) #CE5414
Tints of Tenne (Tawny) #CE5414
RGB
CMYK
RGB Variations
Color information
#CE5414 (or 0xCE5414) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 14. RGB value is (206,84,20). Sum of RGB (Red+Green+Blue) = 206+84+20=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5414 is #31ABEB. Grayscale: #717171. Windows color (decimal): -3255276 or 1332430. OLE color: 1332430.
HSL color Cylindrical-coordinate representation of color #CE5414: hue angle of 20.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5414 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.19 |
| HSL | 20.65º | 0.82% | 0.44% | - |
| HSV(B) | 20.65º | 0.9% | 0.81% | - |
| XYZ | 28.75 | 19.51 | 2.91 | - |
| YUV | 113.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 20 | 0 | 0.59 | 0.90 | 0.19 | 20.65 | 0.82 | 0.44 |
| Hex | CE | 54 | 14 | 0 | 3B | 5A | 13 | 15 | 52 | 2C |
| Octal | 316 | 124 | 24 | 0 | 73 | 132 | 23 | 25 | 122 | 54 |
| Binary | 11001110 | 1010100 | 10100 | 0 | 111011 | 1011010 | 10011 | 10101 | 1010010 | 101100 |
Color Harmonies of #CE5414
Complementary color
Monochromatic Colors of #CE5414
Black with #CE5414
Text Example
Text Example
White with #CE5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5414; }
p { color: rgb(206,84,20); }
H1.HeaderClassName
{
color: #CE5414;
}
.AnyTagClassName
{
color: #CE5414;
}
</style>
background-color css
<style>
a { background-color: #CE5414; }
a { background-color: rgb(206,84,20); }
div.DivClassName
{
background-color: #CE5414;
}
.BgClassName
{
background-color: #CE5414;
}
</style>
border-color css
<style>
span { border-color: #CE5414; }
span { border-color: rgb(206,84,20); }
td.TdClassName
{
border-color: #CE5414;
}
.TagClassName
{
border-color: #CE5414;
}
</style>