Shades of Wattle #CEC540
Tints of Wattle #CEC540
RGB
CMYK
RGB Variations
Color information
#CEC540 (or 0xCEC540) is known color: Wattle. HEX triplet: CE, C5 and 40. RGB value is (206,197,64). Sum of RGB (Red+Green+Blue) = 206+197+64=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC540 is #313ABF. Grayscale: #B9B9B9. Windows color (decimal): -3226304 or 4244942. OLE color: 4244942.
HSL color Cylindrical-coordinate representation of color #CEC540: hue angle of 56.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC540 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.2º | 0.59% | 0.53% | - |
| HSV(B) | 56.2º | 0.69% | 0.81% | - |
| XYZ | 46.35 | 53.42 | 12.72 | - |
| YUV | 184.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 64 | 0 | 0.04 | 0.69 | 0.19 | 56.2 | 0.59 | 0.53 |
| Hex | CE | C5 | 40 | 0 | 4 | 45 | 13 | 38 | 3B | 35 |
| Octal | 316 | 305 | 100 | 0 | 4 | 105 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000101 | 1000000 | 0 | 100 | 1000101 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC540
Complementary color
Monochromatic Colors of #CEC540
Black with #CEC540
Text Example
Text Example
White with #CEC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC540; }
p { color: rgb(206,197,64); }
H1.HeaderClassName
{
color: #CEC540;
}
.AnyTagClassName
{
color: #CEC540;
}
</style>
background-color css
<style>
a { background-color: #CEC540; }
a { background-color: rgb(206,197,64); }
div.DivClassName
{
background-color: #CEC540;
}
.BgClassName
{
background-color: #CEC540;
}
</style>
border-color css
<style>
span { border-color: #CEC540; }
span { border-color: rgb(206,197,64); }
td.TdClassName
{
border-color: #CEC540;
}
.TagClassName
{
border-color: #CEC540;
}
</style>