Shades of Tenne (Tawny) #CE4500
Tints of Tenne (Tawny) #CE4500
RGB
CMYK
RGB Variations
Color information
#CE4500 (or 0xCE4500) is known color: Tenne (Tawny). HEX triplet: CE, 45 and 00. RGB value is (206,69,0). Sum of RGB (Red+Green+Blue) = 206+69+0=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4500 is #31BAFF. Grayscale: #666666. Windows color (decimal): -3259136 or 17870. OLE color: 17870.
HSL color Cylindrical-coordinate representation of color #CE4500: hue angle of 20.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE4500 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.19 |
| HSL | 20.1º | 1% | 0.4% | - |
| HSV(B) | 20.1º | 1% | 0.81% | - |
| XYZ | 27.58 | 17.38 | 1.9 | - |
| YUV | 102.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 0 | 0 | 0.67 | 1 | 0.19 | 20.1 | 1 | 0.4 |
| Hex | CE | 45 | 0 | 0 | 43 | 64 | 13 | 14 | 64 | 28 |
| Octal | 316 | 105 | 0 | 0 | 103 | 144 | 23 | 24 | 144 | 50 |
| Binary | 11001110 | 1000101 | 0 | 0 | 1000011 | 1100100 | 10011 | 10100 | 1100100 | 101000 |
Color Harmonies of #CE4500
Complementary color
Monochromatic Colors of #CE4500
Black with #CE4500
Text Example
Text Example
White with #CE4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4500; }
p { color: rgb(206,69,0); }
H1.HeaderClassName
{
color: #CE4500;
}
.AnyTagClassName
{
color: #CE4500;
}
</style>
background-color css
<style>
a { background-color: #CE4500; }
a { background-color: rgb(206,69,0); }
div.DivClassName
{
background-color: #CE4500;
}
.BgClassName
{
background-color: #CE4500;
}
</style>
border-color css
<style>
span { border-color: #CE4500; }
span { border-color: rgb(206,69,0); }
td.TdClassName
{
border-color: #CE4500;
}
.TagClassName
{
border-color: #CE4500;
}
</style>