Shades of Wattle #CECE36
Tints of Wattle #CECE36
RGB
CMYK
RGB Variations
Color information
#CECE36 (or 0xCECE36) is known color: Wattle. HEX triplet: CE, CE and 36. RGB value is (206,206,54). Sum of RGB (Red+Green+Blue) = 206+206+54=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE36 is #3131C9. Grayscale: #BDBDBD. Windows color (decimal): -3224010 or 3591886. OLE color: 3591886.
HSL color Cylindrical-coordinate representation of color #CECE36: hue angle of 60º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CECE36 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 54 | - |
| CMYK | 0 | 0 | 0.74 | 0.19 |
| HSL | 60º | 0.61% | 0.51% | - |
| HSV(B) | 60º | 0.74% | 0.81% | - |
| XYZ | 48.19 | 57.53 | 12.05 | - |
| YUV | 188.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 54 | 0 | 0 | 0.74 | 0.19 | 60 | 0.61 | 0.51 |
| Hex | CE | CE | 36 | 0 | 0 | 4A | 13 | 3C | 3D | 33 |
| Octal | 316 | 316 | 66 | 0 | 0 | 112 | 23 | 74 | 75 | 63 |
| Binary | 11001110 | 11001110 | 110110 | 0 | 0 | 1001010 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CECE36
Complementary color
Monochromatic Colors of #CECE36
Black with #CECE36
Text Example
Text Example
White with #CECE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE36; }
p { color: rgb(206,206,54); }
H1.HeaderClassName
{
color: #CECE36;
}
.AnyTagClassName
{
color: #CECE36;
}
</style>
background-color css
<style>
a { background-color: #CECE36; }
a { background-color: rgb(206,206,54); }
div.DivClassName
{
background-color: #CECE36;
}
.BgClassName
{
background-color: #CECE36;
}
</style>
border-color css
<style>
span { border-color: #CECE36; }
span { border-color: rgb(206,206,54); }
td.TdClassName
{
border-color: #CECE36;
}
.TagClassName
{
border-color: #CECE36;
}
</style>