Shades of Tenne (Tawny) #CE4D14
Tints of Tenne (Tawny) #CE4D14
RGB
CMYK
RGB Variations
Color information
#CE4D14 (or 0xCE4D14) is known color: Tenne (Tawny). HEX triplet: CE, 4D and 14. RGB value is (206,77,20). Sum of RGB (Red+Green+Blue) = 206+77+20=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4D14 is #31B2EB. Grayscale: #6D6D6D. Windows color (decimal): -3257068 or 1330638. OLE color: 1330638.
HSL color Cylindrical-coordinate representation of color #CE4D14: hue angle of 18.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4D14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.19 |
| HSL | 18.39º | 0.82% | 0.44% | - |
| HSV(B) | 18.39º | 0.9% | 0.81% | - |
| XYZ | 28.23 | 18.48 | 2.74 | - |
| YUV | 109.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 20 | 0 | 0.63 | 0.90 | 0.19 | 18.39 | 0.82 | 0.44 |
| Hex | CE | 4D | 14 | 0 | 3F | 5A | 13 | 12 | 52 | 2C |
| Octal | 316 | 115 | 24 | 0 | 77 | 132 | 23 | 22 | 122 | 54 |
| Binary | 11001110 | 1001101 | 10100 | 0 | 111111 | 1011010 | 10011 | 10010 | 1010010 | 101100 |
Color Harmonies of #CE4D14
Complementary color
Monochromatic Colors of #CE4D14
Black with #CE4D14
Text Example
Text Example
White with #CE4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D14; }
p { color: rgb(206,77,20); }
H1.HeaderClassName
{
color: #CE4D14;
}
.AnyTagClassName
{
color: #CE4D14;
}
</style>
background-color css
<style>
a { background-color: #CE4D14; }
a { background-color: rgb(206,77,20); }
div.DivClassName
{
background-color: #CE4D14;
}
.BgClassName
{
background-color: #CE4D14;
}
</style>
border-color css
<style>
span { border-color: #CE4D14; }
span { border-color: rgb(206,77,20); }
td.TdClassName
{
border-color: #CE4D14;
}
.TagClassName
{
border-color: #CE4D14;
}
</style>