Shades of Wattle #CEC63E
Tints of Wattle #CEC63E
RGB
CMYK
RGB Variations
Color information
#CEC63E (or 0xCEC63E) is known color: Wattle. HEX triplet: CE, C6 and 3E. RGB value is (206,198,62). Sum of RGB (Red+Green+Blue) = 206+198+62=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC63E is #3139C1. Grayscale: #B9B9B9. Windows color (decimal): -3226050 or 4114126. OLE color: 4114126.
HSL color Cylindrical-coordinate representation of color #CEC63E: hue angle of 56.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC63E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.67º | 0.6% | 0.53% | - |
| HSV(B) | 56.67º | 0.7% | 0.81% | - |
| XYZ | 46.52 | 53.86 | 12.5 | - |
| YUV | 184.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 62 | 0 | 0.04 | 0.70 | 0.19 | 56.67 | 0.6 | 0.53 |
| Hex | CE | C6 | 3E | 0 | 4 | 46 | 13 | 39 | 3C | 35 |
| Octal | 316 | 306 | 76 | 0 | 4 | 106 | 23 | 71 | 74 | 65 |
| Binary | 11001110 | 11000110 | 111110 | 0 | 100 | 1000110 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CEC63E
Complementary color
Monochromatic Colors of #CEC63E
Black with #CEC63E
Text Example
Text Example
White with #CEC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC63E; }
p { color: rgb(206,198,62); }
H1.HeaderClassName
{
color: #CEC63E;
}
.AnyTagClassName
{
color: #CEC63E;
}
</style>
background-color css
<style>
a { background-color: #CEC63E; }
a { background-color: rgb(206,198,62); }
div.DivClassName
{
background-color: #CEC63E;
}
.BgClassName
{
background-color: #CEC63E;
}
</style>
border-color css
<style>
span { border-color: #CEC63E; }
span { border-color: rgb(206,198,62); }
td.TdClassName
{
border-color: #CEC63E;
}
.TagClassName
{
border-color: #CEC63E;
}
</style>