Shades of Wattle #CEC53E
Tints of Wattle #CEC53E
RGB
CMYK
RGB Variations
Color information
#CEC53E (or 0xCEC53E) is known color: Wattle. HEX triplet: CE, C5 and 3E. RGB value is (206,197,62). Sum of RGB (Red+Green+Blue) = 206+197+62=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC53E is #313AC1. Grayscale: #B8B8B8. Windows color (decimal): -3226306 or 4113870. OLE color: 4113870.
HSL color Cylindrical-coordinate representation of color #CEC53E: hue angle of 56.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC53E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.25º | 0.6% | 0.53% | - |
| HSV(B) | 56.25º | 0.7% | 0.81% | - |
| XYZ | 46.29 | 53.4 | 12.43 | - |
| YUV | 184.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 62 | 0 | 0.04 | 0.70 | 0.19 | 56.25 | 0.6 | 0.53 |
| Hex | CE | C5 | 3E | 0 | 4 | 46 | 13 | 38 | 3C | 35 |
| Octal | 316 | 305 | 76 | 0 | 4 | 106 | 23 | 70 | 74 | 65 |
| Binary | 11001110 | 11000101 | 111110 | 0 | 100 | 1000110 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CEC53E
Complementary color
Monochromatic Colors of #CEC53E
Black with #CEC53E
Text Example
Text Example
White with #CEC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC53E; }
p { color: rgb(206,197,62); }
H1.HeaderClassName
{
color: #CEC53E;
}
.AnyTagClassName
{
color: #CEC53E;
}
</style>
background-color css
<style>
a { background-color: #CEC53E; }
a { background-color: rgb(206,197,62); }
div.DivClassName
{
background-color: #CEC53E;
}
.BgClassName
{
background-color: #CEC53E;
}
</style>
border-color css
<style>
span { border-color: #CEC53E; }
span { border-color: rgb(206,197,62); }
td.TdClassName
{
border-color: #CEC53E;
}
.TagClassName
{
border-color: #CEC53E;
}
</style>