Shades of Tenne (Tawny) #CE4E0B
Tints of Tenne (Tawny) #CE4E0B
RGB
CMYK
RGB Variations
Color information
#CE4E0B (or 0xCE4E0B) is known color: Tenne (Tawny). HEX triplet: CE, 4E and 0B. RGB value is (206,78,11). Sum of RGB (Red+Green+Blue) = 206+78+11=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4E0B is #31B1F4. Grayscale: #6D6D6D. Windows color (decimal): -3256821 or 741070. OLE color: 741070.
HSL color Cylindrical-coordinate representation of color #CE4E0B: hue angle of 20.62º 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 #CE4E0B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.19 |
| HSL | 20.62º | 0.9% | 0.43% | - |
| HSV(B) | 20.62º | 0.95% | 0.81% | - |
| XYZ | 28.24 | 18.59 | 2.42 | - |
| YUV | 108.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 11 | 0 | 0.62 | 0.95 | 0.19 | 20.62 | 0.9 | 0.43 |
| Hex | CE | 4E | B | 0 | 3E | 5F | 13 | 15 | 5A | 2B |
| Octal | 316 | 116 | 13 | 0 | 76 | 137 | 23 | 25 | 132 | 53 |
| Binary | 11001110 | 1001110 | 1011 | 0 | 111110 | 1011111 | 10011 | 10101 | 1011010 | 101011 |
Color Harmonies of #CE4E0B
Complementary color
Monochromatic Colors of #CE4E0B
Black with #CE4E0B
Text Example
Text Example
White with #CE4E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E0B; }
p { color: rgb(206,78,11); }
H1.HeaderClassName
{
color: #CE4E0B;
}
.AnyTagClassName
{
color: #CE4E0B;
}
</style>
background-color css
<style>
a { background-color: #CE4E0B; }
a { background-color: rgb(206,78,11); }
div.DivClassName
{
background-color: #CE4E0B;
}
.BgClassName
{
background-color: #CE4E0B;
}
</style>
border-color css
<style>
span { border-color: #CE4E0B; }
span { border-color: rgb(206,78,11); }
td.TdClassName
{
border-color: #CE4E0B;
}
.TagClassName
{
border-color: #CE4E0B;
}
</style>