Shades of Tenne (Tawny) #CE5E08
Tints of Tenne (Tawny) #CE5E08
RGB
CMYK
RGB Variations
Color information
#CE5E08 (or 0xCE5E08) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 08. RGB value is (206,94,8). Sum of RGB (Red+Green+Blue) = 206+94+8=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E08 is #31A1F7. Grayscale: #767676. Windows color (decimal): -3252728 or 548558. OLE color: 548558.
HSL color Cylindrical-coordinate representation of color #CE5E08: hue angle of 26.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE5E08 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.19 |
| HSL | 26.06º | 0.93% | 0.42% | - |
| HSV(B) | 26.06º | 0.96% | 0.81% | - |
| XYZ | 29.5 | 21.14 | 2.76 | - |
| YUV | 117.68 | 66.11 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 8 | 0 | 0.54 | 0.96 | 0.19 | 26.06 | 0.93 | 0.42 |
| Hex | CE | 5E | 8 | 0 | 36 | 60 | 13 | 1A | 5D | 2A |
| Octal | 316 | 136 | 10 | 0 | 66 | 140 | 23 | 32 | 135 | 52 |
| Binary | 11001110 | 1011110 | 1000 | 0 | 110110 | 1100000 | 10011 | 11010 | 1011101 | 101010 |
Color Harmonies of #CE5E08
Complementary color
Monochromatic Colors of #CE5E08
Black with #CE5E08
Text Example
Text Example
White with #CE5E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E08; }
p { color: rgb(206,94,8); }
H1.HeaderClassName
{
color: #CE5E08;
}
.AnyTagClassName
{
color: #CE5E08;
}
</style>
background-color css
<style>
a { background-color: #CE5E08; }
a { background-color: rgb(206,94,8); }
div.DivClassName
{
background-color: #CE5E08;
}
.BgClassName
{
background-color: #CE5E08;
}
</style>
border-color css
<style>
span { border-color: #CE5E08; }
span { border-color: rgb(206,94,8); }
td.TdClassName
{
border-color: #CE5E08;
}
.TagClassName
{
border-color: #CE5E08;
}
</style>