Shades of Wattle #CEC536
Tints of Wattle #CEC536
RGB
CMYK
RGB Variations
Color information
#CEC536 (or 0xCEC536) is known color: Wattle. HEX triplet: CE, C5 and 36. RGB value is (206,197,54). Sum of RGB (Red+Green+Blue) = 206+197+54=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC536 is #313AC9. Grayscale: #B7B7B7. Windows color (decimal): -3226314 or 3589582. OLE color: 3589582.
HSL color Cylindrical-coordinate representation of color #CEC536: hue angle of 56.45º 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 #CEC536 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 54 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.19 |
| HSL | 56.45º | 0.61% | 0.51% | - |
| HSV(B) | 56.45º | 0.74% | 0.81% | - |
| XYZ | 46.09 | 53.32 | 11.35 | - |
| YUV | 183.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 54 | 0 | 0.04 | 0.74 | 0.19 | 56.45 | 0.61 | 0.51 |
| Hex | CE | C5 | 36 | 0 | 4 | 4A | 13 | 38 | 3D | 33 |
| Octal | 316 | 305 | 66 | 0 | 4 | 112 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000101 | 110110 | 0 | 100 | 1001010 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC536
Complementary color
Monochromatic Colors of #CEC536
Black with #CEC536
Text Example
Text Example
White with #CEC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC536; }
p { color: rgb(206,197,54); }
H1.HeaderClassName
{
color: #CEC536;
}
.AnyTagClassName
{
color: #CEC536;
}
</style>
background-color css
<style>
a { background-color: #CEC536; }
a { background-color: rgb(206,197,54); }
div.DivClassName
{
background-color: #CEC536;
}
.BgClassName
{
background-color: #CEC536;
}
</style>
border-color css
<style>
span { border-color: #CEC536; }
span { border-color: rgb(206,197,54); }
td.TdClassName
{
border-color: #CEC536;
}
.TagClassName
{
border-color: #CEC536;
}
</style>