Shades of Tenne (Tawny) #CE4A0E
Tints of Tenne (Tawny) #CE4A0E
RGB
CMYK
RGB Variations
Color information
#CE4A0E (or 0xCE4A0E) is known color: Tenne (Tawny). HEX triplet: CE, 4A and 0E. RGB value is (206,74,14). Sum of RGB (Red+Green+Blue) = 206+74+14=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A0E is #31B5F1. Grayscale: #6B6B6B. Windows color (decimal): -3257842 or 936654. OLE color: 936654.
HSL color Cylindrical-coordinate representation of color #CE4A0E: hue angle of 18.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE4A0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.19 |
| HSL | 18.75º | 0.87% | 0.43% | - |
| HSV(B) | 18.75º | 0.93% | 0.81% | - |
| XYZ | 27.98 | 18.05 | 2.42 | - |
| YUV | 106.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 14 | 0 | 0.64 | 0.93 | 0.19 | 18.75 | 0.87 | 0.43 |
| Hex | CE | 4A | E | 0 | 40 | 5D | 13 | 13 | 57 | 2B |
| Octal | 316 | 112 | 16 | 0 | 100 | 135 | 23 | 23 | 127 | 53 |
| Binary | 11001110 | 1001010 | 1110 | 0 | 1000000 | 1011101 | 10011 | 10011 | 1010111 | 101011 |
Color Harmonies of #CE4A0E
Complementary color
Monochromatic Colors of #CE4A0E
Black with #CE4A0E
Text Example
Text Example
White with #CE4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A0E; }
p { color: rgb(206,74,14); }
H1.HeaderClassName
{
color: #CE4A0E;
}
.AnyTagClassName
{
color: #CE4A0E;
}
</style>
background-color css
<style>
a { background-color: #CE4A0E; }
a { background-color: rgb(206,74,14); }
div.DivClassName
{
background-color: #CE4A0E;
}
.BgClassName
{
background-color: #CE4A0E;
}
</style>
border-color css
<style>
span { border-color: #CE4A0E; }
span { border-color: rgb(206,74,14); }
td.TdClassName
{
border-color: #CE4A0E;
}
.TagClassName
{
border-color: #CE4A0E;
}
</style>