Shades of Tenne (Tawny) #CE4504
Tints of Tenne (Tawny) #CE4504
RGB
CMYK
RGB Variations
Color information
#CE4504 (or 0xCE4504) is known color: Tenne (Tawny). HEX triplet: CE, 45 and 04. RGB value is (206,69,4). Sum of RGB (Red+Green+Blue) = 206+69+4=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4504 is #31BAFB. Grayscale: #666666. Windows color (decimal): -3259132 or 280014. OLE color: 280014.
HSL color Cylindrical-coordinate representation of color #CE4504: hue angle of 19.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE4504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.19 |
| HSL | 19.31º | 0.96% | 0.41% | - |
| HSV(B) | 19.31º | 0.98% | 0.81% | - |
| XYZ | 27.6 | 17.39 | 2.02 | - |
| YUV | 102.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 4 | 0 | 0.67 | 0.98 | 0.19 | 19.31 | 0.96 | 0.41 |
| Hex | CE | 45 | 4 | 0 | 43 | 62 | 13 | 13 | 60 | 29 |
| Octal | 316 | 105 | 4 | 0 | 103 | 142 | 23 | 23 | 140 | 51 |
| Binary | 11001110 | 1000101 | 100 | 0 | 1000011 | 1100010 | 10011 | 10011 | 1100000 | 101001 |
Color Harmonies of #CE4504
Complementary color
Monochromatic Colors of #CE4504
Black with #CE4504
Text Example
Text Example
White with #CE4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4504; }
p { color: rgb(206,69,4); }
H1.HeaderClassName
{
color: #CE4504;
}
.AnyTagClassName
{
color: #CE4504;
}
</style>
background-color css
<style>
a { background-color: #CE4504; }
a { background-color: rgb(206,69,4); }
div.DivClassName
{
background-color: #CE4504;
}
.BgClassName
{
background-color: #CE4504;
}
</style>
border-color css
<style>
span { border-color: #CE4504; }
span { border-color: rgb(206,69,4); }
td.TdClassName
{
border-color: #CE4504;
}
.TagClassName
{
border-color: #CE4504;
}
</style>