Shades of Tenne (Tawny) #CE5501
Tints of Tenne (Tawny) #CE5501
RGB
CMYK
RGB Variations
Color information
#CE5501 (or 0xCE5501) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 01. RGB value is (206,85,1). Sum of RGB (Red+Green+Blue) = 206+85+1=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5501 is #31AAFE. Grayscale: #707070. Windows color (decimal): -3255039 or 87502. OLE color: 87502.
HSL color Cylindrical-coordinate representation of color #CE5501: hue angle of 24.59º 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 #CE5501 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.19 |
| HSL | 24.59º | 0.99% | 0.41% | - |
| HSV(B) | 24.59º | 1% | 0.81% | - |
| XYZ | 28.71 | 19.62 | 2.3 | - |
| YUV | 111.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 1 | 0 | 0.59 | 1.00 | 0.19 | 24.59 | 0.99 | 0.41 |
| Hex | CE | 55 | 1 | 0 | 3B | 64 | 13 | 19 | 63 | 29 |
| Octal | 316 | 125 | 1 | 0 | 73 | 144 | 23 | 31 | 143 | 51 |
| Binary | 11001110 | 1010101 | 1 | 0 | 111011 | 1100100 | 10011 | 11001 | 1100011 | 101001 |
Color Harmonies of #CE5501
Complementary color
Monochromatic Colors of #CE5501
Black with #CE5501
Text Example
Text Example
White with #CE5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5501; }
p { color: rgb(206,85,1); }
H1.HeaderClassName
{
color: #CE5501;
}
.AnyTagClassName
{
color: #CE5501;
}
</style>
background-color css
<style>
a { background-color: #CE5501; }
a { background-color: rgb(206,85,1); }
div.DivClassName
{
background-color: #CE5501;
}
.BgClassName
{
background-color: #CE5501;
}
</style>
border-color css
<style>
span { border-color: #CE5501; }
span { border-color: rgb(206,85,1); }
td.TdClassName
{
border-color: #CE5501;
}
.TagClassName
{
border-color: #CE5501;
}
</style>