Shades of Tenne (Tawny) #CE5D02
Tints of Tenne (Tawny) #CE5D02
RGB
CMYK
RGB Variations
Color information
#CE5D02 (or 0xCE5D02) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 02. RGB value is (206,93,2). Sum of RGB (Red+Green+Blue) = 206+93+2=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D02 is #31A2FD. Grayscale: #747474. Windows color (decimal): -3252990 or 155086. OLE color: 155086.
HSL color Cylindrical-coordinate representation of color #CE5D02: hue angle of 26.76º 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 #CE5D02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.19 |
| HSL | 26.76º | 0.98% | 0.41% | - |
| HSV(B) | 26.76º | 0.99% | 0.81% | - |
| XYZ | 29.38 | 20.95 | 2.55 | - |
| YUV | 116.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 2 | 0 | 0.55 | 0.99 | 0.19 | 26.76 | 0.98 | 0.41 |
| Hex | CE | 5D | 2 | 0 | 37 | 63 | 13 | 1B | 62 | 29 |
| Octal | 316 | 135 | 2 | 0 | 67 | 143 | 23 | 33 | 142 | 51 |
| Binary | 11001110 | 1011101 | 10 | 0 | 110111 | 1100011 | 10011 | 11011 | 1100010 | 101001 |
Color Harmonies of #CE5D02
Complementary color
Monochromatic Colors of #CE5D02
Black with #CE5D02
Text Example
Text Example
White with #CE5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D02; }
p { color: rgb(206,93,2); }
H1.HeaderClassName
{
color: #CE5D02;
}
.AnyTagClassName
{
color: #CE5D02;
}
</style>
background-color css
<style>
a { background-color: #CE5D02; }
a { background-color: rgb(206,93,2); }
div.DivClassName
{
background-color: #CE5D02;
}
.BgClassName
{
background-color: #CE5D02;
}
</style>
border-color css
<style>
span { border-color: #CE5D02; }
span { border-color: rgb(206,93,2); }
td.TdClassName
{
border-color: #CE5D02;
}
.TagClassName
{
border-color: #CE5D02;
}
</style>