Shades of Wattle #CEC840
Tints of Wattle #CEC840
RGB
CMYK
RGB Variations
Color information
#CEC840 (or 0xCEC840) is known color: Wattle. HEX triplet: CE, C8 and 40. RGB value is (206,200,64). Sum of RGB (Red+Green+Blue) = 206+200+64=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC840 is #3137BF. Grayscale: #BABABA. Windows color (decimal): -3225536 or 4245710. OLE color: 4245710.
HSL color Cylindrical-coordinate representation of color #CEC840: hue angle of 57.46º 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 #CEC840 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.19 |
| HSL | 57.46º | 0.59% | 0.53% | - |
| HSV(B) | 57.46º | 0.69% | 0.81% | - |
| XYZ | 47.03 | 54.8 | 12.95 | - |
| YUV | 186.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 64 | 0 | 0.03 | 0.69 | 0.19 | 57.46 | 0.59 | 0.53 |
| Hex | CE | C8 | 40 | 0 | 3 | 45 | 13 | 39 | 3B | 35 |
| Octal | 316 | 310 | 100 | 0 | 3 | 105 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11001000 | 1000000 | 0 | 11 | 1000101 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC840
Complementary color
Monochromatic Colors of #CEC840
Black with #CEC840
Text Example
Text Example
White with #CEC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC840; }
p { color: rgb(206,200,64); }
H1.HeaderClassName
{
color: #CEC840;
}
.AnyTagClassName
{
color: #CEC840;
}
</style>
background-color css
<style>
a { background-color: #CEC840; }
a { background-color: rgb(206,200,64); }
div.DivClassName
{
background-color: #CEC840;
}
.BgClassName
{
background-color: #CEC840;
}
</style>
border-color css
<style>
span { border-color: #CEC840; }
span { border-color: rgb(206,200,64); }
td.TdClassName
{
border-color: #CEC840;
}
.TagClassName
{
border-color: #CEC840;
}
</style>