Shades of Tenne (Tawny) #CE5B02
Tints of Tenne (Tawny) #CE5B02
RGB
CMYK
RGB Variations
Color information
#CE5B02 (or 0xCE5B02) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 02. RGB value is (206,91,2). Sum of RGB (Red+Green+Blue) = 206+91+2=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B02 is #31A4FD. Grayscale: #737373. Windows color (decimal): -3253502 or 154574. OLE color: 154574.
HSL color Cylindrical-coordinate representation of color #CE5B02: hue angle of 26.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE5B02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.19 |
| HSL | 26.18º | 0.98% | 0.41% | - |
| HSV(B) | 26.18º | 0.99% | 0.81% | - |
| XYZ | 29.21 | 20.61 | 2.5 | - |
| YUV | 115.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 2 | 0 | 0.56 | 0.99 | 0.19 | 26.18 | 0.98 | 0.41 |
| Hex | CE | 5B | 2 | 0 | 38 | 63 | 13 | 1A | 62 | 29 |
| Octal | 316 | 133 | 2 | 0 | 70 | 143 | 23 | 32 | 142 | 51 |
| Binary | 11001110 | 1011011 | 10 | 0 | 111000 | 1100011 | 10011 | 11010 | 1100010 | 101001 |
Color Harmonies of #CE5B02
Complementary color
Monochromatic Colors of #CE5B02
Black with #CE5B02
Text Example
Text Example
White with #CE5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B02; }
p { color: rgb(206,91,2); }
H1.HeaderClassName
{
color: #CE5B02;
}
.AnyTagClassName
{
color: #CE5B02;
}
</style>
background-color css
<style>
a { background-color: #CE5B02; }
a { background-color: rgb(206,91,2); }
div.DivClassName
{
background-color: #CE5B02;
}
.BgClassName
{
background-color: #CE5B02;
}
</style>
border-color css
<style>
span { border-color: #CE5B02; }
span { border-color: rgb(206,91,2); }
td.TdClassName
{
border-color: #CE5B02;
}
.TagClassName
{
border-color: #CE5B02;
}
</style>