Shades of Wattle #CEC834
Tints of Wattle #CEC834
RGB
CMYK
RGB Variations
Color information
#CEC834 (or 0xCEC834) is known color: Wattle. HEX triplet: CE, C8 and 34. RGB value is (206,200,52). Sum of RGB (Red+Green+Blue) = 206+200+52=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC834 is #3137CB. Grayscale: #B9B9B9. Windows color (decimal): -3225548 or 3459278. OLE color: 3459278.
HSL color Cylindrical-coordinate representation of color #CEC834: hue angle of 57.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEC834 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 52 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.19 |
| HSL | 57.66º | 0.61% | 0.51% | - |
| HSV(B) | 57.66º | 0.75% | 0.81% | - |
| XYZ | 46.73 | 54.68 | 11.34 | - |
| YUV | 184.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 52 | 0 | 0.03 | 0.75 | 0.19 | 57.66 | 0.61 | 0.51 |
| Hex | CE | C8 | 34 | 0 | 3 | 4B | 13 | 3A | 3D | 33 |
| Octal | 316 | 310 | 64 | 0 | 3 | 113 | 23 | 72 | 75 | 63 |
| Binary | 11001110 | 11001000 | 110100 | 0 | 11 | 1001011 | 10011 | 111010 | 111101 | 110011 |
Color Harmonies of #CEC834
Complementary color
Monochromatic Colors of #CEC834
Black with #CEC834
Text Example
Text Example
White with #CEC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC834; }
p { color: rgb(206,200,52); }
H1.HeaderClassName
{
color: #CEC834;
}
.AnyTagClassName
{
color: #CEC834;
}
</style>
background-color css
<style>
a { background-color: #CEC834; }
a { background-color: rgb(206,200,52); }
div.DivClassName
{
background-color: #CEC834;
}
.BgClassName
{
background-color: #CEC834;
}
</style>
border-color css
<style>
span { border-color: #CEC834; }
span { border-color: rgb(206,200,52); }
td.TdClassName
{
border-color: #CEC834;
}
.TagClassName
{
border-color: #CEC834;
}
</style>