Shades of Wattle #CEC345
Tints of Wattle #CEC345
RGB
CMYK
RGB Variations
Color information
#CEC345 (or 0xCEC345) is known color: Wattle. HEX triplet: CE, C3 and 45. RGB value is (206,195,69). Sum of RGB (Red+Green+Blue) = 206+195+69=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC345 is #313CBA. Grayscale: #B8B8B8. Windows color (decimal): -3226811 or 4572110. OLE color: 4572110.
HSL color Cylindrical-coordinate representation of color #CEC345: hue angle of 55.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC345 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 69 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.19 |
| HSL | 55.18º | 0.58% | 0.54% | - |
| HSV(B) | 55.18º | 0.67% | 0.81% | - |
| XYZ | 46.04 | 52.58 | 13.35 | - |
| YUV | 183.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 69 | 0 | 0.05 | 0.67 | 0.19 | 55.18 | 0.58 | 0.54 |
| Hex | CE | C3 | 45 | 0 | 5 | 43 | 13 | 37 | 3A | 36 |
| Octal | 316 | 303 | 105 | 0 | 5 | 103 | 23 | 67 | 72 | 66 |
| Binary | 11001110 | 11000011 | 1000101 | 0 | 101 | 1000011 | 10011 | 110111 | 111010 | 110110 |
Color Harmonies of #CEC345
Complementary color
Monochromatic Colors of #CEC345
Black with #CEC345
Text Example
Text Example
White with #CEC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC345; }
p { color: rgb(206,195,69); }
H1.HeaderClassName
{
color: #CEC345;
}
.AnyTagClassName
{
color: #CEC345;
}
</style>
background-color css
<style>
a { background-color: #CEC345; }
a { background-color: rgb(206,195,69); }
div.DivClassName
{
background-color: #CEC345;
}
.BgClassName
{
background-color: #CEC345;
}
</style>
border-color css
<style>
span { border-color: #CEC345; }
span { border-color: rgb(206,195,69); }
td.TdClassName
{
border-color: #CEC345;
}
.TagClassName
{
border-color: #CEC345;
}
</style>