Shades of Wattle #CEC240
Tints of Wattle #CEC240
RGB
CMYK
RGB Variations
Color information
#CEC240 (or 0xCEC240) is known color: Wattle. HEX triplet: CE, C2 and 40. RGB value is (206,194,64). Sum of RGB (Red+Green+Blue) = 206+194+64=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC240 is #313DBF. Grayscale: #B7B7B7. Windows color (decimal): -3227072 or 4244174. OLE color: 4244174.
HSL color Cylindrical-coordinate representation of color #CEC240: hue angle of 54.93º 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 #CEC240 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 64 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.19 |
| HSL | 54.93º | 0.59% | 0.53% | - |
| HSV(B) | 54.93º | 0.69% | 0.81% | - |
| XYZ | 45.67 | 52.08 | 12.49 | - |
| YUV | 182.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 64 | 0 | 0.06 | 0.69 | 0.19 | 54.93 | 0.59 | 0.53 |
| Hex | CE | C2 | 40 | 0 | 6 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 302 | 100 | 0 | 6 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000010 | 1000000 | 0 | 110 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC240
Complementary color
Monochromatic Colors of #CEC240
Black with #CEC240
Text Example
Text Example
White with #CEC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC240; }
p { color: rgb(206,194,64); }
H1.HeaderClassName
{
color: #CEC240;
}
.AnyTagClassName
{
color: #CEC240;
}
</style>
background-color css
<style>
a { background-color: #CEC240; }
a { background-color: rgb(206,194,64); }
div.DivClassName
{
background-color: #CEC240;
}
.BgClassName
{
background-color: #CEC240;
}
</style>
border-color css
<style>
span { border-color: #CEC240; }
span { border-color: rgb(206,194,64); }
td.TdClassName
{
border-color: #CEC240;
}
.TagClassName
{
border-color: #CEC240;
}
</style>