Shades of Wattle #CEC534
Tints of Wattle #CEC534
RGB
CMYK
RGB Variations
Color information
#CEC534 (or 0xCEC534) is known color: Wattle. HEX triplet: CE, C5 and 34. RGB value is (206,197,52). Sum of RGB (Red+Green+Blue) = 206+197+52=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC534 is #313ACB. Grayscale: #B7B7B7. Windows color (decimal): -3226316 or 3458510. OLE color: 3458510.
HSL color Cylindrical-coordinate representation of color #CEC534: hue angle of 56.49º 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 #CEC534 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 52 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.19 |
| HSL | 56.49º | 0.61% | 0.51% | - |
| HSV(B) | 56.49º | 0.75% | 0.81% | - |
| XYZ | 46.04 | 53.3 | 11.11 | - |
| YUV | 183.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 52 | 0 | 0.04 | 0.75 | 0.19 | 56.49 | 0.61 | 0.51 |
| Hex | CE | C5 | 34 | 0 | 4 | 4B | 13 | 38 | 3D | 33 |
| Octal | 316 | 305 | 64 | 0 | 4 | 113 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000101 | 110100 | 0 | 100 | 1001011 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC534
Complementary color
Monochromatic Colors of #CEC534
Black with #CEC534
Text Example
Text Example
White with #CEC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC534; }
p { color: rgb(206,197,52); }
H1.HeaderClassName
{
color: #CEC534;
}
.AnyTagClassName
{
color: #CEC534;
}
</style>
background-color css
<style>
a { background-color: #CEC534; }
a { background-color: rgb(206,197,52); }
div.DivClassName
{
background-color: #CEC534;
}
.BgClassName
{
background-color: #CEC534;
}
</style>
border-color css
<style>
span { border-color: #CEC534; }
span { border-color: rgb(206,197,52); }
td.TdClassName
{
border-color: #CEC534;
}
.TagClassName
{
border-color: #CEC534;
}
</style>