Shades of Tenne (Tawny) #CE5004
Tints of Tenne (Tawny) #CE5004
RGB
CMYK
RGB Variations
Color information
#CE5004 (or 0xCE5004) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 04. RGB value is (206,80,4). Sum of RGB (Red+Green+Blue) = 206+80+4=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5004 is #31AFFB. Grayscale: #6D6D6D. Windows color (decimal): -3256316 or 282830. OLE color: 282830.
HSL color Cylindrical-coordinate representation of color #CE5004: hue angle of 22.57º 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 #CE5004 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.19 |
| HSL | 22.57º | 0.96% | 0.41% | - |
| HSV(B) | 22.57º | 0.98% | 0.81% | - |
| XYZ | 28.34 | 18.87 | 2.26 | - |
| YUV | 109.01 | 68.74 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 4 | 0 | 0.61 | 0.98 | 0.19 | 22.57 | 0.96 | 0.41 |
| Hex | CE | 50 | 4 | 0 | 3D | 62 | 13 | 17 | 60 | 29 |
| Octal | 316 | 120 | 4 | 0 | 75 | 142 | 23 | 27 | 140 | 51 |
| Binary | 11001110 | 1010000 | 100 | 0 | 111101 | 1100010 | 10011 | 10111 | 1100000 | 101001 |
Color Harmonies of #CE5004
Complementary color
Monochromatic Colors of #CE5004
Black with #CE5004
Text Example
Text Example
White with #CE5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5004; }
p { color: rgb(206,80,4); }
H1.HeaderClassName
{
color: #CE5004;
}
.AnyTagClassName
{
color: #CE5004;
}
</style>
background-color css
<style>
a { background-color: #CE5004; }
a { background-color: rgb(206,80,4); }
div.DivClassName
{
background-color: #CE5004;
}
.BgClassName
{
background-color: #CE5004;
}
</style>
border-color css
<style>
span { border-color: #CE5004; }
span { border-color: rgb(206,80,4); }
td.TdClassName
{
border-color: #CE5004;
}
.TagClassName
{
border-color: #CE5004;
}
</style>