Shades of Wattle #CEC54A
Tints of Wattle #CEC54A
RGB
CMYK
RGB Variations
Color information
#CEC54A (or 0xCEC54A) is known color: Wattle. HEX triplet: CE, C5 and 4A. RGB value is (206,197,74). Sum of RGB (Red+Green+Blue) = 206+197+74=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC54A is #313AB5. Grayscale: #BABABA. Windows color (decimal): -3226294 or 4900302. OLE color: 4900302.
HSL color Cylindrical-coordinate representation of color #CEC54A: hue angle of 55.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEC54A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 74 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.19 |
| HSL | 55.91º | 0.57% | 0.55% | - |
| HSV(B) | 55.91º | 0.64% | 0.81% | - |
| XYZ | 46.66 | 53.55 | 14.36 | - |
| YUV | 185.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 74 | 0 | 0.04 | 0.64 | 0.19 | 55.91 | 0.57 | 0.55 |
| Hex | CE | C5 | 4A | 0 | 4 | 40 | 13 | 38 | 39 | 37 |
| Octal | 316 | 305 | 112 | 0 | 4 | 100 | 23 | 70 | 71 | 67 |
| Binary | 11001110 | 11000101 | 1001010 | 0 | 100 | 1000000 | 10011 | 111000 | 111001 | 110111 |
Color Harmonies of #CEC54A
Complementary color
Monochromatic Colors of #CEC54A
Black with #CEC54A
Text Example
Text Example
White with #CEC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC54A; }
p { color: rgb(206,197,74); }
H1.HeaderClassName
{
color: #CEC54A;
}
.AnyTagClassName
{
color: #CEC54A;
}
</style>
background-color css
<style>
a { background-color: #CEC54A; }
a { background-color: rgb(206,197,74); }
div.DivClassName
{
background-color: #CEC54A;
}
.BgClassName
{
background-color: #CEC54A;
}
</style>
border-color css
<style>
span { border-color: #CEC54A; }
span { border-color: rgb(206,197,74); }
td.TdClassName
{
border-color: #CEC54A;
}
.TagClassName
{
border-color: #CEC54A;
}
</style>