Shades of Wattle #CECE35
Tints of Wattle #CECE35
RGB
CMYK
RGB Variations
Color information
#CECE35 (or 0xCECE35) is known color: Wattle. HEX triplet: CE, CE and 35. RGB value is (206,206,53). Sum of RGB (Red+Green+Blue) = 206+206+53=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE35 is #3131CA. Grayscale: #BDBDBD. Windows color (decimal): -3224011 or 3526350. OLE color: 3526350.
HSL color Cylindrical-coordinate representation of color #CECE35: 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 #CECE35 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 53 | - |
| CMYK | 0 | 0 | 0.74 | 0.19 |
| HSL | 60º | 0.61% | 0.51% | - |
| HSV(B) | 60º | 0.74% | 0.81% | - |
| XYZ | 48.17 | 57.52 | 11.93 | - |
| YUV | 188.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 53 | 0 | 0 | 0.74 | 0.19 | 60 | 0.61 | 0.51 |
| Hex | CE | CE | 35 | 0 | 0 | 4A | 13 | 3C | 3D | 33 |
| Octal | 316 | 316 | 65 | 0 | 0 | 112 | 23 | 74 | 75 | 63 |
| Binary | 11001110 | 11001110 | 110101 | 0 | 0 | 1001010 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CECE35
Complementary color
Monochromatic Colors of #CECE35
Black with #CECE35
Text Example
Text Example
White with #CECE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE35; }
p { color: rgb(206,206,53); }
H1.HeaderClassName
{
color: #CECE35;
}
.AnyTagClassName
{
color: #CECE35;
}
</style>
background-color css
<style>
a { background-color: #CECE35; }
a { background-color: rgb(206,206,53); }
div.DivClassName
{
background-color: #CECE35;
}
.BgClassName
{
background-color: #CECE35;
}
</style>
border-color css
<style>
span { border-color: #CECE35; }
span { border-color: rgb(206,206,53); }
td.TdClassName
{
border-color: #CECE35;
}
.TagClassName
{
border-color: #CECE35;
}
</style>