Shades of Wattle #CECA41
Tints of Wattle #CECA41
RGB
CMYK
RGB Variations
Color information
#CECA41 (or 0xCECA41) is known color: Wattle. HEX triplet: CE, CA and 41. RGB value is (206,202,65). Sum of RGB (Red+Green+Blue) = 206+202+65=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA41 is #3135BE. Grayscale: #BCBCBC. Windows color (decimal): -3225023 or 4311758. OLE color: 4311758.
HSL color Cylindrical-coordinate representation of color #CECA41: hue angle of 58.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CECA41 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 65 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.19 |
| HSL | 58.3º | 0.59% | 0.53% | - |
| HSV(B) | 58.3º | 0.68% | 0.81% | - |
| XYZ | 47.53 | 55.74 | 13.26 | - |
| YUV | 187.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 65 | 0 | 0.02 | 0.68 | 0.19 | 58.3 | 0.59 | 0.53 |
| Hex | CE | CA | 41 | 0 | 2 | 44 | 13 | 3A | 3B | 35 |
| Octal | 316 | 312 | 101 | 0 | 2 | 104 | 23 | 72 | 73 | 65 |
| Binary | 11001110 | 11001010 | 1000001 | 0 | 10 | 1000100 | 10011 | 111010 | 111011 | 110101 |
Color Harmonies of #CECA41
Complementary color
Monochromatic Colors of #CECA41
Black with #CECA41
Text Example
Text Example
White with #CECA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA41; }
p { color: rgb(206,202,65); }
H1.HeaderClassName
{
color: #CECA41;
}
.AnyTagClassName
{
color: #CECA41;
}
</style>
background-color css
<style>
a { background-color: #CECA41; }
a { background-color: rgb(206,202,65); }
div.DivClassName
{
background-color: #CECA41;
}
.BgClassName
{
background-color: #CECA41;
}
</style>
border-color css
<style>
span { border-color: #CECA41; }
span { border-color: rgb(206,202,65); }
td.TdClassName
{
border-color: #CECA41;
}
.TagClassName
{
border-color: #CECA41;
}
</style>