Shades of Wattle #CEC740
Tints of Wattle #CEC740
RGB
CMYK
RGB Variations
Color information
#CEC740 (or 0xCEC740) is known color: Wattle. HEX triplet: CE, C7 and 40. RGB value is (206,199,64). Sum of RGB (Red+Green+Blue) = 206+199+64=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC740 is #3138BF. Grayscale: #BABABA. Windows color (decimal): -3225792 or 4245454. OLE color: 4245454.
HSL color Cylindrical-coordinate representation of color #CEC740: hue angle of 57.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC740 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.19 |
| HSL | 57.04º | 0.59% | 0.53% | - |
| HSV(B) | 57.04º | 0.69% | 0.81% | - |
| XYZ | 46.8 | 54.34 | 12.87 | - |
| YUV | 185.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 64 | 0 | 0.03 | 0.69 | 0.19 | 57.04 | 0.59 | 0.53 |
| Hex | CE | C7 | 40 | 0 | 3 | 45 | 13 | 39 | 3B | 35 |
| Octal | 316 | 307 | 100 | 0 | 3 | 105 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000111 | 1000000 | 0 | 11 | 1000101 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC740
Complementary color
Monochromatic Colors of #CEC740
Black with #CEC740
Text Example
Text Example
White with #CEC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC740; }
p { color: rgb(206,199,64); }
H1.HeaderClassName
{
color: #CEC740;
}
.AnyTagClassName
{
color: #CEC740;
}
</style>
background-color css
<style>
a { background-color: #CEC740; }
a { background-color: rgb(206,199,64); }
div.DivClassName
{
background-color: #CEC740;
}
.BgClassName
{
background-color: #CEC740;
}
</style>
border-color css
<style>
span { border-color: #CEC740; }
span { border-color: rgb(206,199,64); }
td.TdClassName
{
border-color: #CEC740;
}
.TagClassName
{
border-color: #CEC740;
}
</style>