Shades of Tenne (Tawny) #CE5702
Tints of Tenne (Tawny) #CE5702
RGB
CMYK
RGB Variations
Color information
#CE5702 (or 0xCE5702) is known color: Tenne (Tawny). HEX triplet: CE, 57 and 02. RGB value is (206,87,2). Sum of RGB (Red+Green+Blue) = 206+87+2=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5702 is #31A8FD. Grayscale: #717171. Windows color (decimal): -3254526 or 153550. OLE color: 153550.
HSL color Cylindrical-coordinate representation of color #CE5702: hue angle of 25º 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 #CE5702 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.19 |
| HSL | 25º | 0.98% | 0.41% | - |
| HSV(B) | 25º | 0.99% | 0.81% | - |
| XYZ | 28.87 | 19.94 | 2.38 | - |
| YUV | 112.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 2 | 0 | 0.58 | 0.99 | 0.19 | 25 | 0.98 | 0.41 |
| Hex | CE | 57 | 2 | 0 | 3A | 63 | 13 | 19 | 62 | 29 |
| Octal | 316 | 127 | 2 | 0 | 72 | 143 | 23 | 31 | 142 | 51 |
| Binary | 11001110 | 1010111 | 10 | 0 | 111010 | 1100011 | 10011 | 11001 | 1100010 | 101001 |
Color Harmonies of #CE5702
Complementary color
Monochromatic Colors of #CE5702
Black with #CE5702
Text Example
Text Example
White with #CE5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5702; }
p { color: rgb(206,87,2); }
H1.HeaderClassName
{
color: #CE5702;
}
.AnyTagClassName
{
color: #CE5702;
}
</style>
background-color css
<style>
a { background-color: #CE5702; }
a { background-color: rgb(206,87,2); }
div.DivClassName
{
background-color: #CE5702;
}
.BgClassName
{
background-color: #CE5702;
}
</style>
border-color css
<style>
span { border-color: #CE5702; }
span { border-color: rgb(206,87,2); }
td.TdClassName
{
border-color: #CE5702;
}
.TagClassName
{
border-color: #CE5702;
}
</style>