Shades of Wattle #CEC636
Tints of Wattle #CEC636
RGB
CMYK
RGB Variations
Color information
#CEC636 (or 0xCEC636) is known color: Wattle. HEX triplet: CE, C6 and 36. RGB value is (206,198,54). Sum of RGB (Red+Green+Blue) = 206+198+54=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC636 is #3139C9. Grayscale: #B8B8B8. Windows color (decimal): -3226058 or 3589838. OLE color: 3589838.
HSL color Cylindrical-coordinate representation of color #CEC636: hue angle of 56.84º 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 #CEC636 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 54 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.19 |
| HSL | 56.84º | 0.61% | 0.51% | - |
| HSV(B) | 56.84º | 0.74% | 0.81% | - |
| XYZ | 46.31 | 53.78 | 11.43 | - |
| YUV | 183.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 54 | 0 | 0.04 | 0.74 | 0.19 | 56.84 | 0.61 | 0.51 |
| Hex | CE | C6 | 36 | 0 | 4 | 4A | 13 | 39 | 3D | 33 |
| Octal | 316 | 306 | 66 | 0 | 4 | 112 | 23 | 71 | 75 | 63 |
| Binary | 11001110 | 11000110 | 110110 | 0 | 100 | 1001010 | 10011 | 111001 | 111101 | 110011 |
Color Harmonies of #CEC636
Complementary color
Monochromatic Colors of #CEC636
Black with #CEC636
Text Example
Text Example
White with #CEC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC636; }
p { color: rgb(206,198,54); }
H1.HeaderClassName
{
color: #CEC636;
}
.AnyTagClassName
{
color: #CEC636;
}
</style>
background-color css
<style>
a { background-color: #CEC636; }
a { background-color: rgb(206,198,54); }
div.DivClassName
{
background-color: #CEC636;
}
.BgClassName
{
background-color: #CEC636;
}
</style>
border-color css
<style>
span { border-color: #CEC636; }
span { border-color: rgb(206,198,54); }
td.TdClassName
{
border-color: #CEC636;
}
.TagClassName
{
border-color: #CEC636;
}
</style>