Shades of Tenne (Tawny) #CA5E04
Tints of Tenne (Tawny) #CA5E04
RGB
CMYK
RGB Variations
Color information
#CA5E04 (or 0xCA5E04) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 04. RGB value is (202,94,4). Sum of RGB (Red+Green+Blue) = 202+94+4=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E04 is #35A1FB. Grayscale: #747474. Windows color (decimal): -3514876 or 286410. OLE color: 286410.
HSL color Cylindrical-coordinate representation of color #CA5E04: hue angle of 27.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA5E04 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.21 |
| HSL | 27.27º | 0.96% | 0.4% | - |
| HSV(B) | 27.27º | 0.98% | 0.79% | - |
| XYZ | 28.38 | 20.57 | 2.59 | - |
| YUV | 116.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 4 | 0 | 0.53 | 0.98 | 0.21 | 27.27 | 0.96 | 0.4 |
| Hex | CA | 5E | 4 | 0 | 35 | 62 | 15 | 1B | 60 | 28 |
| Octal | 312 | 136 | 4 | 0 | 65 | 142 | 25 | 33 | 140 | 50 |
| Binary | 11001010 | 1011110 | 100 | 0 | 110101 | 1100010 | 10101 | 11011 | 1100000 | 101000 |
Color Harmonies of #CA5E04
Complementary color
Monochromatic Colors of #CA5E04
Black with #CA5E04
Text Example
Text Example
White with #CA5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E04; }
p { color: rgb(202,94,4); }
H1.HeaderClassName
{
color: #CA5E04;
}
.AnyTagClassName
{
color: #CA5E04;
}
</style>
background-color css
<style>
a { background-color: #CA5E04; }
a { background-color: rgb(202,94,4); }
div.DivClassName
{
background-color: #CA5E04;
}
.BgClassName
{
background-color: #CA5E04;
}
</style>
border-color css
<style>
span { border-color: #CA5E04; }
span { border-color: rgb(202,94,4); }
td.TdClassName
{
border-color: #CA5E04;
}
.TagClassName
{
border-color: #CA5E04;
}
</style>