Shades of Wattle #CEC64A
Tints of Wattle #CEC64A
RGB
CMYK
RGB Variations
Color information
#CEC64A (or 0xCEC64A) is known color: Wattle. HEX triplet: CE, C6 and 4A. RGB value is (206,198,74). Sum of RGB (Red+Green+Blue) = 206+198+74=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC64A is #3139B5. Grayscale: #BABABA. Windows color (decimal): -3226038 or 4900558. OLE color: 4900558.
HSL color Cylindrical-coordinate representation of color #CEC64A: hue angle of 56.36º 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 #CEC64A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 74 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.19 |
| HSL | 56.36º | 0.57% | 0.55% | - |
| HSV(B) | 56.36º | 0.64% | 0.81% | - |
| XYZ | 46.88 | 54 | 14.43 | - |
| YUV | 186.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 74 | 0 | 0.04 | 0.64 | 0.19 | 56.36 | 0.57 | 0.55 |
| Hex | CE | C6 | 4A | 0 | 4 | 40 | 13 | 38 | 39 | 37 |
| Octal | 316 | 306 | 112 | 0 | 4 | 100 | 23 | 70 | 71 | 67 |
| Binary | 11001110 | 11000110 | 1001010 | 0 | 100 | 1000000 | 10011 | 111000 | 111001 | 110111 |
Color Harmonies of #CEC64A
Complementary color
Monochromatic Colors of #CEC64A
Black with #CEC64A
Text Example
Text Example
White with #CEC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC64A; }
p { color: rgb(206,198,74); }
H1.HeaderClassName
{
color: #CEC64A;
}
.AnyTagClassName
{
color: #CEC64A;
}
</style>
background-color css
<style>
a { background-color: #CEC64A; }
a { background-color: rgb(206,198,74); }
div.DivClassName
{
background-color: #CEC64A;
}
.BgClassName
{
background-color: #CEC64A;
}
</style>
border-color css
<style>
span { border-color: #CEC64A; }
span { border-color: rgb(206,198,74); }
td.TdClassName
{
border-color: #CEC64A;
}
.TagClassName
{
border-color: #CEC64A;
}
</style>