Shades of Wattle #CEC349
Tints of Wattle #CEC349
RGB
CMYK
RGB Variations
Color information
#CEC349 (or 0xCEC349) is known color: Wattle. HEX triplet: CE, C3 and 49. RGB value is (206,195,73). Sum of RGB (Red+Green+Blue) = 206+195+73=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC349 is #313CB6. Grayscale: #B8B8B8. Windows color (decimal): -3226807 or 4834254. OLE color: 4834254.
HSL color Cylindrical-coordinate representation of color #CEC349: hue angle of 55.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEC349 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 73 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.19 |
| HSL | 55.04º | 0.58% | 0.55% | - |
| HSV(B) | 55.04º | 0.65% | 0.81% | - |
| XYZ | 46.17 | 52.63 | 14.03 | - |
| YUV | 184.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 73 | 0 | 0.05 | 0.65 | 0.19 | 55.04 | 0.58 | 0.55 |
| Hex | CE | C3 | 49 | 0 | 5 | 41 | 13 | 37 | 3A | 37 |
| Octal | 316 | 303 | 111 | 0 | 5 | 101 | 23 | 67 | 72 | 67 |
| Binary | 11001110 | 11000011 | 1001001 | 0 | 101 | 1000001 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CEC349
Complementary color
Monochromatic Colors of #CEC349
Black with #CEC349
Text Example
Text Example
White with #CEC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC349; }
p { color: rgb(206,195,73); }
H1.HeaderClassName
{
color: #CEC349;
}
.AnyTagClassName
{
color: #CEC349;
}
</style>
background-color css
<style>
a { background-color: #CEC349; }
a { background-color: rgb(206,195,73); }
div.DivClassName
{
background-color: #CEC349;
}
.BgClassName
{
background-color: #CEC349;
}
</style>
border-color css
<style>
span { border-color: #CEC349; }
span { border-color: rgb(206,195,73); }
td.TdClassName
{
border-color: #CEC349;
}
.TagClassName
{
border-color: #CEC349;
}
</style>