Shades of Tenne (Tawny) #CE5304
Tints of Tenne (Tawny) #CE5304
RGB
CMYK
RGB Variations
Color information
#CE5304 (or 0xCE5304) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 04. RGB value is (206,83,4). Sum of RGB (Red+Green+Blue) = 206+83+4=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5304 is #31ACFB. Grayscale: #6F6F6F. Windows color (decimal): -3255548 or 283598. OLE color: 283598.
HSL color Cylindrical-coordinate representation of color #CE5304: hue angle of 23.47º 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 #CE5304 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.19 |
| HSL | 23.47º | 0.96% | 0.41% | - |
| HSV(B) | 23.47º | 0.98% | 0.81% | - |
| XYZ | 28.57 | 19.32 | 2.34 | - |
| YUV | 110.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 4 | 0 | 0.60 | 0.98 | 0.19 | 23.47 | 0.96 | 0.41 |
| Hex | CE | 53 | 4 | 0 | 3C | 62 | 13 | 17 | 60 | 29 |
| Octal | 316 | 123 | 4 | 0 | 74 | 142 | 23 | 27 | 140 | 51 |
| Binary | 11001110 | 1010011 | 100 | 0 | 111100 | 1100010 | 10011 | 10111 | 1100000 | 101001 |
Color Harmonies of #CE5304
Complementary color
Monochromatic Colors of #CE5304
Black with #CE5304
Text Example
Text Example
White with #CE5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5304; }
p { color: rgb(206,83,4); }
H1.HeaderClassName
{
color: #CE5304;
}
.AnyTagClassName
{
color: #CE5304;
}
</style>
background-color css
<style>
a { background-color: #CE5304; }
a { background-color: rgb(206,83,4); }
div.DivClassName
{
background-color: #CE5304;
}
.BgClassName
{
background-color: #CE5304;
}
</style>
border-color css
<style>
span { border-color: #CE5304; }
span { border-color: rgb(206,83,4); }
td.TdClassName
{
border-color: #CE5304;
}
.TagClassName
{
border-color: #CE5304;
}
</style>