Shades of Wattle #CECE40
Tints of Wattle #CECE40
RGB
CMYK
RGB Variations
Color information
#CECE40 (or 0xCECE40) is known color: Wattle. HEX triplet: CE, CE and 40. RGB value is (206,206,64). Sum of RGB (Red+Green+Blue) = 206+206+64=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE40 is #3131BF. Grayscale: #BEBEBE. Windows color (decimal): -3224000 or 4247246. OLE color: 4247246.
HSL color Cylindrical-coordinate representation of color #CECE40: hue angle of 60º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CECE40 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 64 | - |
| CMYK | 0 | 0 | 0.69 | 0.19 |
| HSL | 60º | 0.59% | 0.53% | - |
| HSV(B) | 60º | 0.69% | 0.81% | - |
| XYZ | 48.45 | 57.63 | 13.42 | - |
| YUV | 189.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 64 | 0 | 0 | 0.69 | 0.19 | 60 | 0.59 | 0.53 |
| Hex | CE | CE | 40 | 0 | 0 | 45 | 13 | 3C | 3B | 35 |
| Octal | 316 | 316 | 100 | 0 | 0 | 105 | 23 | 74 | 73 | 65 |
| Binary | 11001110 | 11001110 | 1000000 | 0 | 0 | 1000101 | 10011 | 111100 | 111011 | 110101 |
Color Harmonies of #CECE40
Complementary color
Monochromatic Colors of #CECE40
Black with #CECE40
Text Example
Text Example
White with #CECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE40; }
p { color: rgb(206,206,64); }
H1.HeaderClassName
{
color: #CECE40;
}
.AnyTagClassName
{
color: #CECE40;
}
</style>
background-color css
<style>
a { background-color: #CECE40; }
a { background-color: rgb(206,206,64); }
div.DivClassName
{
background-color: #CECE40;
}
.BgClassName
{
background-color: #CECE40;
}
</style>
border-color css
<style>
span { border-color: #CECE40; }
span { border-color: rgb(206,206,64); }
td.TdClassName
{
border-color: #CECE40;
}
.TagClassName
{
border-color: #CECE40;
}
</style>