Shades of Wattle #CEC94A
Tints of Wattle #CEC94A
RGB
CMYK
RGB Variations
Color information
#CEC94A (or 0xCEC94A) is known color: Wattle. HEX triplet: CE, C9 and 4A. RGB value is (206,201,74). Sum of RGB (Red+Green+Blue) = 206+201+74=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC94A is #3136B5. Grayscale: #BCBCBC. Windows color (decimal): -3225270 or 4901326. OLE color: 4901326.
HSL color Cylindrical-coordinate representation of color #CEC94A: hue angle of 57.73º 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 #CEC94A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 74 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.19 |
| HSL | 57.73º | 0.57% | 0.55% | - |
| HSV(B) | 57.73º | 0.64% | 0.81% | - |
| XYZ | 47.58 | 55.39 | 14.66 | - |
| YUV | 188.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 74 | 0 | 0.02 | 0.64 | 0.19 | 57.73 | 0.57 | 0.55 |
| Hex | CE | C9 | 4A | 0 | 2 | 40 | 13 | 3A | 39 | 37 |
| Octal | 316 | 311 | 112 | 0 | 2 | 100 | 23 | 72 | 71 | 67 |
| Binary | 11001110 | 11001001 | 1001010 | 0 | 10 | 1000000 | 10011 | 111010 | 111001 | 110111 |
Color Harmonies of #CEC94A
Complementary color
Monochromatic Colors of #CEC94A
Black with #CEC94A
Text Example
Text Example
White with #CEC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC94A; }
p { color: rgb(206,201,74); }
H1.HeaderClassName
{
color: #CEC94A;
}
.AnyTagClassName
{
color: #CEC94A;
}
</style>
background-color css
<style>
a { background-color: #CEC94A; }
a { background-color: rgb(206,201,74); }
div.DivClassName
{
background-color: #CEC94A;
}
.BgClassName
{
background-color: #CEC94A;
}
</style>
border-color css
<style>
span { border-color: #CEC94A; }
span { border-color: rgb(206,201,74); }
td.TdClassName
{
border-color: #CEC94A;
}
.TagClassName
{
border-color: #CEC94A;
}
</style>