Shades of Tenne (Tawny) #CE5802
Tints of Tenne (Tawny) #CE5802
RGB
CMYK
RGB Variations
Color information
#CE5802 (or 0xCE5802) is known color: Tenne (Tawny). HEX triplet: CE, 58 and 02. RGB value is (206,88,2). Sum of RGB (Red+Green+Blue) = 206+88+2=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5802 is #31A7FD. Grayscale: #717171. Windows color (decimal): -3254270 or 153806. OLE color: 153806.
HSL color Cylindrical-coordinate representation of color #CE5802: hue angle of 25.29º degrees, saturation: 0.98, 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 #CE5802 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.19 |
| HSL | 25.29º | 0.98% | 0.41% | - |
| HSV(B) | 25.29º | 0.99% | 0.81% | - |
| XYZ | 28.95 | 20.11 | 2.41 | - |
| YUV | 113.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 2 | 0 | 0.57 | 0.99 | 0.19 | 25.29 | 0.98 | 0.41 |
| Hex | CE | 58 | 2 | 0 | 39 | 63 | 13 | 19 | 62 | 29 |
| Octal | 316 | 130 | 2 | 0 | 71 | 143 | 23 | 31 | 142 | 51 |
| Binary | 11001110 | 1011000 | 10 | 0 | 111001 | 1100011 | 10011 | 11001 | 1100010 | 101001 |
Color Harmonies of #CE5802
Complementary color
Monochromatic Colors of #CE5802
Black with #CE5802
Text Example
Text Example
White with #CE5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5802; }
p { color: rgb(206,88,2); }
H1.HeaderClassName
{
color: #CE5802;
}
.AnyTagClassName
{
color: #CE5802;
}
</style>
background-color css
<style>
a { background-color: #CE5802; }
a { background-color: rgb(206,88,2); }
div.DivClassName
{
background-color: #CE5802;
}
.BgClassName
{
background-color: #CE5802;
}
</style>
border-color css
<style>
span { border-color: #CE5802; }
span { border-color: rgb(206,88,2); }
td.TdClassName
{
border-color: #CE5802;
}
.TagClassName
{
border-color: #CE5802;
}
</style>