Shades of Wattle #CEC140
Tints of Wattle #CEC140
RGB
CMYK
RGB Variations
Color information
#CEC140 (or 0xCEC140) is known color: Wattle. HEX triplet: CE, C1 and 40. RGB value is (206,193,64). Sum of RGB (Red+Green+Blue) = 206+193+64=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC140 is #313EBF. Grayscale: #B6B6B6. Windows color (decimal): -3227328 or 4243918. OLE color: 4243918.
HSL color Cylindrical-coordinate representation of color #CEC140: hue angle of 54.51º 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 #CEC140 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 64 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.19 |
| HSL | 54.51º | 0.59% | 0.53% | - |
| HSV(B) | 54.51º | 0.69% | 0.81% | - |
| XYZ | 45.45 | 51.63 | 12.42 | - |
| YUV | 182.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 64 | 0 | 0.06 | 0.69 | 0.19 | 54.51 | 0.59 | 0.53 |
| Hex | CE | C1 | 40 | 0 | 6 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 301 | 100 | 0 | 6 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000001 | 1000000 | 0 | 110 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC140
Complementary color
Monochromatic Colors of #CEC140
Black with #CEC140
Text Example
Text Example
White with #CEC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC140; }
p { color: rgb(206,193,64); }
H1.HeaderClassName
{
color: #CEC140;
}
.AnyTagClassName
{
color: #CEC140;
}
</style>
background-color css
<style>
a { background-color: #CEC140; }
a { background-color: rgb(206,193,64); }
div.DivClassName
{
background-color: #CEC140;
}
.BgClassName
{
background-color: #CEC140;
}
</style>
border-color css
<style>
span { border-color: #CEC140; }
span { border-color: rgb(206,193,64); }
td.TdClassName
{
border-color: #CEC140;
}
.TagClassName
{
border-color: #CEC140;
}
</style>