Shades of Wattle #CEC340
Tints of Wattle #CEC340
RGB
CMYK
RGB Variations
Color information
#CEC340 (or 0xCEC340) is known color: Wattle. HEX triplet: CE, C3 and 40. RGB value is (206,195,64). Sum of RGB (Red+Green+Blue) = 206+195+64=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC340 is #313CBF. Grayscale: #B7B7B7. Windows color (decimal): -3226816 or 4244430. OLE color: 4244430.
HSL color Cylindrical-coordinate representation of color #CEC340: hue angle of 55.35º 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 #CEC340 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 64 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.35º | 0.59% | 0.53% | - |
| HSV(B) | 55.35º | 0.69% | 0.81% | - |
| XYZ | 45.89 | 52.52 | 12.57 | - |
| YUV | 183.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 64 | 0 | 0.05 | 0.69 | 0.19 | 55.35 | 0.59 | 0.53 |
| Hex | CE | C3 | 40 | 0 | 5 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 303 | 100 | 0 | 5 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000011 | 1000000 | 0 | 101 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC340
Complementary color
Monochromatic Colors of #CEC340
Black with #CEC340
Text Example
Text Example
White with #CEC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC340; }
p { color: rgb(206,195,64); }
H1.HeaderClassName
{
color: #CEC340;
}
.AnyTagClassName
{
color: #CEC340;
}
</style>
background-color css
<style>
a { background-color: #CEC340; }
a { background-color: rgb(206,195,64); }
div.DivClassName
{
background-color: #CEC340;
}
.BgClassName
{
background-color: #CEC340;
}
</style>
border-color css
<style>
span { border-color: #CEC340; }
span { border-color: rgb(206,195,64); }
td.TdClassName
{
border-color: #CEC340;
}
.TagClassName
{
border-color: #CEC340;
}
</style>