Shades of Tenne (Tawny) #CE5B01
Tints of Tenne (Tawny) #CE5B01
RGB
CMYK
RGB Variations
Color information
#CE5B01 (or 0xCE5B01) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 01. RGB value is (206,91,1). Sum of RGB (Red+Green+Blue) = 206+91+1=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B01 is #31A4FE. Grayscale: #737373. Windows color (decimal): -3253503 or 89038. OLE color: 89038.
HSL color Cylindrical-coordinate representation of color #CE5B01: hue angle of 26.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5B01 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.19 |
| HSL | 26.34º | 0.99% | 0.41% | - |
| HSV(B) | 26.34º | 1% | 0.81% | - |
| XYZ | 29.2 | 20.61 | 2.47 | - |
| YUV | 115.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 1 | 0 | 0.56 | 1.00 | 0.19 | 26.34 | 0.99 | 0.41 |
| Hex | CE | 5B | 1 | 0 | 38 | 64 | 13 | 1A | 63 | 29 |
| Octal | 316 | 133 | 1 | 0 | 70 | 144 | 23 | 32 | 143 | 51 |
| Binary | 11001110 | 1011011 | 1 | 0 | 111000 | 1100100 | 10011 | 11010 | 1100011 | 101001 |
Color Harmonies of #CE5B01
Complementary color
Monochromatic Colors of #CE5B01
Black with #CE5B01
Text Example
Text Example
White with #CE5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B01; }
p { color: rgb(206,91,1); }
H1.HeaderClassName
{
color: #CE5B01;
}
.AnyTagClassName
{
color: #CE5B01;
}
</style>
background-color css
<style>
a { background-color: #CE5B01; }
a { background-color: rgb(206,91,1); }
div.DivClassName
{
background-color: #CE5B01;
}
.BgClassName
{
background-color: #CE5B01;
}
</style>
border-color css
<style>
span { border-color: #CE5B01; }
span { border-color: rgb(206,91,1); }
td.TdClassName
{
border-color: #CE5B01;
}
.TagClassName
{
border-color: #CE5B01;
}
</style>