Shades of Wattle #CEC849
Tints of Wattle #CEC849
RGB
CMYK
RGB Variations
Color information
#CEC849 (or 0xCEC849) is known color: Wattle. HEX triplet: CE, C8 and 49. RGB value is (206,200,73). Sum of RGB (Red+Green+Blue) = 206+200+73=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC849 is #3137B6. Grayscale: #BBBBBB. Windows color (decimal): -3225527 or 4835534. OLE color: 4835534.
HSL color Cylindrical-coordinate representation of color #CEC849: hue angle of 57.29º 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 #CEC849 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 73 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.19 |
| HSL | 57.29º | 0.58% | 0.55% | - |
| HSV(B) | 57.29º | 0.65% | 0.81% | - |
| XYZ | 47.31 | 54.91 | 14.41 | - |
| YUV | 187.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 73 | 0 | 0.03 | 0.65 | 0.19 | 57.29 | 0.58 | 0.55 |
| Hex | CE | C8 | 49 | 0 | 3 | 41 | 13 | 39 | 3A | 37 |
| Octal | 316 | 310 | 111 | 0 | 3 | 101 | 23 | 71 | 72 | 67 |
| Binary | 11001110 | 11001000 | 1001001 | 0 | 11 | 1000001 | 10011 | 111001 | 111010 | 110111 |
Color Harmonies of #CEC849
Complementary color
Monochromatic Colors of #CEC849
Black with #CEC849
Text Example
Text Example
White with #CEC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC849; }
p { color: rgb(206,200,73); }
H1.HeaderClassName
{
color: #CEC849;
}
.AnyTagClassName
{
color: #CEC849;
}
</style>
background-color css
<style>
a { background-color: #CEC849; }
a { background-color: rgb(206,200,73); }
div.DivClassName
{
background-color: #CEC849;
}
.BgClassName
{
background-color: #CEC849;
}
</style>
border-color css
<style>
span { border-color: #CEC849; }
span { border-color: rgb(206,200,73); }
td.TdClassName
{
border-color: #CEC849;
}
.TagClassName
{
border-color: #CEC849;
}
</style>