Shades of Tenne (Tawny) #CE540A
Tints of Tenne (Tawny) #CE540A
RGB
CMYK
RGB Variations
Color information
#CE540A (or 0xCE540A) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 0A. RGB value is (206,84,10). Sum of RGB (Red+Green+Blue) = 206+84+10=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE540A is #31ABF5. Grayscale: #707070. Windows color (decimal): -3255286 or 677070. OLE color: 677070.
HSL color Cylindrical-coordinate representation of color #CE540A: hue angle of 22.65º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE540A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.19 |
| HSL | 22.65º | 0.91% | 0.42% | - |
| HSV(B) | 22.65º | 0.95% | 0.81% | - |
| XYZ | 28.68 | 19.48 | 2.54 | - |
| YUV | 112.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 10 | 0 | 0.59 | 0.95 | 0.19 | 22.65 | 0.91 | 0.42 |
| Hex | CE | 54 | A | 0 | 3B | 5F | 13 | 17 | 5B | 2A |
| Octal | 316 | 124 | 12 | 0 | 73 | 137 | 23 | 27 | 133 | 52 |
| Binary | 11001110 | 1010100 | 1010 | 0 | 111011 | 1011111 | 10011 | 10111 | 1011011 | 101010 |
Color Harmonies of #CE540A
Complementary color
Monochromatic Colors of #CE540A
Black with #CE540A
Text Example
Text Example
White with #CE540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE540A; }
p { color: rgb(206,84,10); }
H1.HeaderClassName
{
color: #CE540A;
}
.AnyTagClassName
{
color: #CE540A;
}
</style>
background-color css
<style>
a { background-color: #CE540A; }
a { background-color: rgb(206,84,10); }
div.DivClassName
{
background-color: #CE540A;
}
.BgClassName
{
background-color: #CE540A;
}
</style>
border-color css
<style>
span { border-color: #CE540A; }
span { border-color: rgb(206,84,10); }
td.TdClassName
{
border-color: #CE540A;
}
.TagClassName
{
border-color: #CE540A;
}
</style>