Shades of Tenne (Tawny) #CE5F04
Tints of Tenne (Tawny) #CE5F04
RGB
CMYK
RGB Variations
Color information
#CE5F04 (or 0xCE5F04) is known color: Tenne (Tawny). HEX triplet: CE, 5F and 04. RGB value is (206,95,4). Sum of RGB (Red+Green+Blue) = 206+95+4=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5F04 is #31A0FB. Grayscale: #767676. Windows color (decimal): -3252476 or 286670. OLE color: 286670.
HSL color Cylindrical-coordinate representation of color #CE5F04: hue angle of 27.03º 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 #CE5F04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.19 |
| HSL | 27.03º | 0.96% | 0.41% | - |
| HSV(B) | 27.03º | 0.98% | 0.81% | - |
| XYZ | 29.57 | 21.32 | 2.67 | - |
| YUV | 117.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 4 | 0 | 0.54 | 0.98 | 0.19 | 27.03 | 0.96 | 0.41 |
| Hex | CE | 5F | 4 | 0 | 36 | 62 | 13 | 1B | 60 | 29 |
| Octal | 316 | 137 | 4 | 0 | 66 | 142 | 23 | 33 | 140 | 51 |
| Binary | 11001110 | 1011111 | 100 | 0 | 110110 | 1100010 | 10011 | 11011 | 1100000 | 101001 |
Color Harmonies of #CE5F04
Complementary color
Monochromatic Colors of #CE5F04
Black with #CE5F04
Text Example
Text Example
White with #CE5F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5F04; }
p { color: rgb(206,95,4); }
H1.HeaderClassName
{
color: #CE5F04;
}
.AnyTagClassName
{
color: #CE5F04;
}
</style>
background-color css
<style>
a { background-color: #CE5F04; }
a { background-color: rgb(206,95,4); }
div.DivClassName
{
background-color: #CE5F04;
}
.BgClassName
{
background-color: #CE5F04;
}
</style>
border-color css
<style>
span { border-color: #CE5F04; }
span { border-color: rgb(206,95,4); }
td.TdClassName
{
border-color: #CE5F04;
}
.TagClassName
{
border-color: #CE5F04;
}
</style>