Shades of Tenne (Tawny) #CE5503
Tints of Tenne (Tawny) #CE5503
RGB
CMYK
RGB Variations
Color information
#CE5503 (or 0xCE5503) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 03. RGB value is (206,85,3). Sum of RGB (Red+Green+Blue) = 206+85+3=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5503 is #31AAFC. Grayscale: #707070. Windows color (decimal): -3255037 or 218574. OLE color: 218574.
HSL color Cylindrical-coordinate representation of color #CE5503: hue angle of 24.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE5503 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.19 |
| HSL | 24.24º | 0.97% | 0.41% | - |
| HSV(B) | 24.24º | 0.99% | 0.81% | - |
| XYZ | 28.72 | 19.63 | 2.36 | - |
| YUV | 111.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 3 | 0 | 0.59 | 0.99 | 0.19 | 24.24 | 0.97 | 0.41 |
| Hex | CE | 55 | 3 | 0 | 3B | 63 | 13 | 18 | 61 | 29 |
| Octal | 316 | 125 | 3 | 0 | 73 | 143 | 23 | 30 | 141 | 51 |
| Binary | 11001110 | 1010101 | 11 | 0 | 111011 | 1100011 | 10011 | 11000 | 1100001 | 101001 |
Color Harmonies of #CE5503
Complementary color
Monochromatic Colors of #CE5503
Black with #CE5503
Text Example
Text Example
White with #CE5503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5503; }
p { color: rgb(206,85,3); }
H1.HeaderClassName
{
color: #CE5503;
}
.AnyTagClassName
{
color: #CE5503;
}
</style>
background-color css
<style>
a { background-color: #CE5503; }
a { background-color: rgb(206,85,3); }
div.DivClassName
{
background-color: #CE5503;
}
.BgClassName
{
background-color: #CE5503;
}
</style>
border-color css
<style>
span { border-color: #CE5503; }
span { border-color: rgb(206,85,3); }
td.TdClassName
{
border-color: #CE5503;
}
.TagClassName
{
border-color: #CE5503;
}
</style>