Shades of Tenne (Tawny) #CE5301
Tints of Tenne (Tawny) #CE5301
RGB
CMYK
RGB Variations
Color information
#CE5301 (or 0xCE5301) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 01. RGB value is (206,83,1). Sum of RGB (Red+Green+Blue) = 206+83+1=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5301 is #31ACFE. Grayscale: #6E6E6E. Windows color (decimal): -3255551 or 86990. OLE color: 86990.
HSL color Cylindrical-coordinate representation of color #CE5301: hue angle of 24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5301 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.19 |
| HSL | 24º | 0.99% | 0.41% | - |
| HSV(B) | 24º | 1% | 0.81% | - |
| XYZ | 28.55 | 19.31 | 2.25 | - |
| YUV | 110.43 | 66.25 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 1 | 0 | 0.60 | 1.00 | 0.19 | 24 | 0.99 | 0.41 |
| Hex | CE | 53 | 1 | 0 | 3C | 64 | 13 | 18 | 63 | 29 |
| Octal | 316 | 123 | 1 | 0 | 74 | 144 | 23 | 30 | 143 | 51 |
| Binary | 11001110 | 1010011 | 1 | 0 | 111100 | 1100100 | 10011 | 11000 | 1100011 | 101001 |
Color Harmonies of #CE5301
Complementary color
Monochromatic Colors of #CE5301
Black with #CE5301
Text Example
Text Example
White with #CE5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5301; }
p { color: rgb(206,83,1); }
H1.HeaderClassName
{
color: #CE5301;
}
.AnyTagClassName
{
color: #CE5301;
}
</style>
background-color css
<style>
a { background-color: #CE5301; }
a { background-color: rgb(206,83,1); }
div.DivClassName
{
background-color: #CE5301;
}
.BgClassName
{
background-color: #CE5301;
}
</style>
border-color css
<style>
span { border-color: #CE5301; }
span { border-color: rgb(206,83,1); }
td.TdClassName
{
border-color: #CE5301;
}
.TagClassName
{
border-color: #CE5301;
}
</style>