Shades of Wattle #CECE3A
Tints of Wattle #CECE3A
RGB
CMYK
RGB Variations
Color information
#CECE3A (or 0xCECE3A) is known color: Wattle. HEX triplet: CE, CE and 3A. RGB value is (206,206,58). Sum of RGB (Red+Green+Blue) = 206+206+58=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE3A is #3131C5. Grayscale: #BDBDBD. Windows color (decimal): -3224006 or 3854030. OLE color: 3854030.
HSL color Cylindrical-coordinate representation of color #CECE3A: hue angle of 60º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CECE3A is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 58 | - |
| CMYK | 0 | 0 | 0.72 | 0.19 |
| HSL | 60º | 0.6% | 0.52% | - |
| HSV(B) | 60º | 0.72% | 0.81% | - |
| XYZ | 48.29 | 57.57 | 12.57 | - |
| YUV | 189.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 58 | 0 | 0 | 0.72 | 0.19 | 60 | 0.6 | 0.52 |
| Hex | CE | CE | 3A | 0 | 0 | 48 | 13 | 3C | 3C | 34 |
| Octal | 316 | 316 | 72 | 0 | 0 | 110 | 23 | 74 | 74 | 64 |
| Binary | 11001110 | 11001110 | 111010 | 0 | 0 | 1001000 | 10011 | 111100 | 111100 | 110100 |
Color Harmonies of #CECE3A
Complementary color
Monochromatic Colors of #CECE3A
Black with #CECE3A
Text Example
Text Example
White with #CECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE3A; }
p { color: rgb(206,206,58); }
H1.HeaderClassName
{
color: #CECE3A;
}
.AnyTagClassName
{
color: #CECE3A;
}
</style>
background-color css
<style>
a { background-color: #CECE3A; }
a { background-color: rgb(206,206,58); }
div.DivClassName
{
background-color: #CECE3A;
}
.BgClassName
{
background-color: #CECE3A;
}
</style>
border-color css
<style>
span { border-color: #CECE3A; }
span { border-color: rgb(206,206,58); }
td.TdClassName
{
border-color: #CECE3A;
}
.TagClassName
{
border-color: #CECE3A;
}
</style>