Shades of Tenne (Tawny) #CE5E0B
Tints of Tenne (Tawny) #CE5E0B
RGB
CMYK
RGB Variations
Color information
#CE5E0B (or 0xCE5E0B) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 0B. RGB value is (206,94,11). Sum of RGB (Red+Green+Blue) = 206+94+11=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E0B is #31A1F4. Grayscale: #767676. Windows color (decimal): -3252725 or 745166. OLE color: 745166.
HSL color Cylindrical-coordinate representation of color #CE5E0B: hue angle of 25.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE5E0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.19 |
| HSL | 25.54º | 0.9% | 0.43% | - |
| HSV(B) | 25.54º | 0.95% | 0.81% | - |
| XYZ | 29.52 | 21.15 | 2.84 | - |
| YUV | 118.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 11 | 0 | 0.54 | 0.95 | 0.19 | 25.54 | 0.9 | 0.43 |
| Hex | CE | 5E | B | 0 | 36 | 5F | 13 | 1A | 5A | 2B |
| Octal | 316 | 136 | 13 | 0 | 66 | 137 | 23 | 32 | 132 | 53 |
| Binary | 11001110 | 1011110 | 1011 | 0 | 110110 | 1011111 | 10011 | 11010 | 1011010 | 101011 |
Color Harmonies of #CE5E0B
Complementary color
Monochromatic Colors of #CE5E0B
Black with #CE5E0B
Text Example
Text Example
White with #CE5E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E0B; }
p { color: rgb(206,94,11); }
H1.HeaderClassName
{
color: #CE5E0B;
}
.AnyTagClassName
{
color: #CE5E0B;
}
</style>
background-color css
<style>
a { background-color: #CE5E0B; }
a { background-color: rgb(206,94,11); }
div.DivClassName
{
background-color: #CE5E0B;
}
.BgClassName
{
background-color: #CE5E0B;
}
</style>
border-color css
<style>
span { border-color: #CE5E0B; }
span { border-color: rgb(206,94,11); }
td.TdClassName
{
border-color: #CE5E0B;
}
.TagClassName
{
border-color: #CE5E0B;
}
</style>