Shades of Wattle #CEC74A
Tints of Wattle #CEC74A
RGB
CMYK
RGB Variations
Color information
#CEC74A (or 0xCEC74A) is known color: Wattle. HEX triplet: CE, C7 and 4A. RGB value is (206,199,74). Sum of RGB (Red+Green+Blue) = 206+199+74=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC74A is #3138B5. Grayscale: #BBBBBB. Windows color (decimal): -3225782 or 4900814. OLE color: 4900814.
HSL color Cylindrical-coordinate representation of color #CEC74A: hue angle of 56.82º 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 #CEC74A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 74 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.19 |
| HSL | 56.82º | 0.57% | 0.55% | - |
| HSV(B) | 56.82º | 0.64% | 0.81% | - |
| XYZ | 47.11 | 54.46 | 14.51 | - |
| YUV | 186.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 74 | 0 | 0.03 | 0.64 | 0.19 | 56.82 | 0.57 | 0.55 |
| Hex | CE | C7 | 4A | 0 | 3 | 40 | 13 | 39 | 39 | 37 |
| Octal | 316 | 307 | 112 | 0 | 3 | 100 | 23 | 71 | 71 | 67 |
| Binary | 11001110 | 11000111 | 1001010 | 0 | 11 | 1000000 | 10011 | 111001 | 111001 | 110111 |
Color Harmonies of #CEC74A
Complementary color
Monochromatic Colors of #CEC74A
Black with #CEC74A
Text Example
Text Example
White with #CEC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC74A; }
p { color: rgb(206,199,74); }
H1.HeaderClassName
{
color: #CEC74A;
}
.AnyTagClassName
{
color: #CEC74A;
}
</style>
background-color css
<style>
a { background-color: #CEC74A; }
a { background-color: rgb(206,199,74); }
div.DivClassName
{
background-color: #CEC74A;
}
.BgClassName
{
background-color: #CEC74A;
}
</style>
border-color css
<style>
span { border-color: #CEC74A; }
span { border-color: rgb(206,199,74); }
td.TdClassName
{
border-color: #CEC74A;
}
.TagClassName
{
border-color: #CEC74A;
}
</style>