Shades of Wattle #CEC134
Tints of Wattle #CEC134
RGB
CMYK
RGB Variations
Color information
#CEC134 (or 0xCEC134) is known color: Wattle. HEX triplet: CE, C1 and 34. RGB value is (206,193,52). Sum of RGB (Red+Green+Blue) = 206+193+52=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC134 is #313ECB. Grayscale: #B5B5B5. Windows color (decimal): -3227340 or 3457486. OLE color: 3457486.
HSL color Cylindrical-coordinate representation of color #CEC134: hue angle of 54.94º 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 #CEC134 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 52 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.19 |
| HSL | 54.94º | 0.61% | 0.51% | - |
| HSV(B) | 54.94º | 0.75% | 0.81% | - |
| XYZ | 45.14 | 51.51 | 10.81 | - |
| YUV | 180.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 52 | 0 | 0.06 | 0.75 | 0.19 | 54.94 | 0.61 | 0.51 |
| Hex | CE | C1 | 34 | 0 | 6 | 4B | 13 | 37 | 3D | 33 |
| Octal | 316 | 301 | 64 | 0 | 6 | 113 | 23 | 67 | 75 | 63 |
| Binary | 11001110 | 11000001 | 110100 | 0 | 110 | 1001011 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CEC134
Complementary color
Monochromatic Colors of #CEC134
Black with #CEC134
Text Example
Text Example
White with #CEC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC134; }
p { color: rgb(206,193,52); }
H1.HeaderClassName
{
color: #CEC134;
}
.AnyTagClassName
{
color: #CEC134;
}
</style>
background-color css
<style>
a { background-color: #CEC134; }
a { background-color: rgb(206,193,52); }
div.DivClassName
{
background-color: #CEC134;
}
.BgClassName
{
background-color: #CEC134;
}
</style>
border-color css
<style>
span { border-color: #CEC134; }
span { border-color: rgb(206,193,52); }
td.TdClassName
{
border-color: #CEC134;
}
.TagClassName
{
border-color: #CEC134;
}
</style>