Shades of Wattle #CEC241
Tints of Wattle #CEC241
RGB
CMYK
RGB Variations
Color information
#CEC241 (or 0xCEC241) is known color: Wattle. HEX triplet: CE, C2 and 41. RGB value is (206,194,65). Sum of RGB (Red+Green+Blue) = 206+194+65=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC241 is #313DBE. Grayscale: #B7B7B7. Windows color (decimal): -3227071 or 4309710. OLE color: 4309710.
HSL color Cylindrical-coordinate representation of color #CEC241: hue angle of 54.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC241 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 65 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.19 |
| HSL | 54.89º | 0.59% | 0.53% | - |
| HSV(B) | 54.89º | 0.68% | 0.81% | - |
| XYZ | 45.7 | 52.09 | 12.65 | - |
| YUV | 182.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 65 | 0 | 0.06 | 0.68 | 0.19 | 54.89 | 0.59 | 0.53 |
| Hex | CE | C2 | 41 | 0 | 6 | 44 | 13 | 37 | 3B | 35 |
| Octal | 316 | 302 | 101 | 0 | 6 | 104 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000010 | 1000001 | 0 | 110 | 1000100 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC241
Complementary color
Monochromatic Colors of #CEC241
Black with #CEC241
Text Example
Text Example
White with #CEC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC241; }
p { color: rgb(206,194,65); }
H1.HeaderClassName
{
color: #CEC241;
}
.AnyTagClassName
{
color: #CEC241;
}
</style>
background-color css
<style>
a { background-color: #CEC241; }
a { background-color: rgb(206,194,65); }
div.DivClassName
{
background-color: #CEC241;
}
.BgClassName
{
background-color: #CEC241;
}
</style>
border-color css
<style>
span { border-color: #CEC241; }
span { border-color: rgb(206,194,65); }
td.TdClassName
{
border-color: #CEC241;
}
.TagClassName
{
border-color: #CEC241;
}
</style>