Shades of Wattle #CEC949
Tints of Wattle #CEC949
RGB
CMYK
RGB Variations
Color information
#CEC949 (or 0xCEC949) is known color: Wattle. HEX triplet: CE, C9 and 49. RGB value is (206,201,73). Sum of RGB (Red+Green+Blue) = 206+201+73=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC949 is #3136B6. Grayscale: #BCBCBC. Windows color (decimal): -3225271 or 4835790. OLE color: 4835790.
HSL color Cylindrical-coordinate representation of color #CEC949: hue angle of 57.74º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEC949 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 73 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.19 |
| HSL | 57.74º | 0.58% | 0.55% | - |
| HSV(B) | 57.74º | 0.65% | 0.81% | - |
| XYZ | 47.54 | 55.38 | 14.49 | - |
| YUV | 187.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 73 | 0 | 0.02 | 0.65 | 0.19 | 57.74 | 0.58 | 0.55 |
| Hex | CE | C9 | 49 | 0 | 2 | 41 | 13 | 3A | 3A | 37 |
| Octal | 316 | 311 | 111 | 0 | 2 | 101 | 23 | 72 | 72 | 67 |
| Binary | 11001110 | 11001001 | 1001001 | 0 | 10 | 1000001 | 10011 | 111010 | 111010 | 110111 |
Color Harmonies of #CEC949
Complementary color
Monochromatic Colors of #CEC949
Black with #CEC949
Text Example
Text Example
White with #CEC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC949; }
p { color: rgb(206,201,73); }
H1.HeaderClassName
{
color: #CEC949;
}
.AnyTagClassName
{
color: #CEC949;
}
</style>
background-color css
<style>
a { background-color: #CEC949; }
a { background-color: rgb(206,201,73); }
div.DivClassName
{
background-color: #CEC949;
}
.BgClassName
{
background-color: #CEC949;
}
</style>
border-color css
<style>
span { border-color: #CEC949; }
span { border-color: rgb(206,201,73); }
td.TdClassName
{
border-color: #CEC949;
}
.TagClassName
{
border-color: #CEC949;
}
</style>