Shades of Wattle #CEC047
Tints of Wattle #CEC047
RGB
CMYK
RGB Variations
Color information
#CEC047 (or 0xCEC047) is known color: Wattle. HEX triplet: CE, C0 and 47. RGB value is (206,192,71). Sum of RGB (Red+Green+Blue) = 206+192+71=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC047 is #313FB8. Grayscale: #B6B6B6. Windows color (decimal): -3227577 or 4702414. OLE color: 4702414.
HSL color Cylindrical-coordinate representation of color #CEC047: hue angle of 53.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEC047 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 71 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.19 |
| HSL | 53.78º | 0.58% | 0.54% | - |
| HSV(B) | 53.78º | 0.66% | 0.81% | - |
| XYZ | 45.44 | 51.28 | 13.46 | - |
| YUV | 182.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 71 | 0 | 0.07 | 0.66 | 0.19 | 53.78 | 0.58 | 0.54 |
| Hex | CE | C0 | 47 | 0 | 7 | 42 | 13 | 36 | 3A | 36 |
| Octal | 316 | 300 | 107 | 0 | 7 | 102 | 23 | 66 | 72 | 66 |
| Binary | 11001110 | 11000000 | 1000111 | 0 | 111 | 1000010 | 10011 | 110110 | 111010 | 110110 |
Color Harmonies of #CEC047
Complementary color
Monochromatic Colors of #CEC047
Black with #CEC047
Text Example
Text Example
White with #CEC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC047; }
p { color: rgb(206,192,71); }
H1.HeaderClassName
{
color: #CEC047;
}
.AnyTagClassName
{
color: #CEC047;
}
</style>
background-color css
<style>
a { background-color: #CEC047; }
a { background-color: rgb(206,192,71); }
div.DivClassName
{
background-color: #CEC047;
}
.BgClassName
{
background-color: #CEC047;
}
</style>
border-color css
<style>
span { border-color: #CEC047; }
span { border-color: rgb(206,192,71); }
td.TdClassName
{
border-color: #CEC047;
}
.TagClassName
{
border-color: #CEC047;
}
</style>