Shades of Wattle #CEC73A
Tints of Wattle #CEC73A
RGB
CMYK
RGB Variations
Color information
#CEC73A (or 0xCEC73A) is known color: Wattle. HEX triplet: CE, C7 and 3A. RGB value is (206,199,58). Sum of RGB (Red+Green+Blue) = 206+199+58=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC73A is #3138C5. Grayscale: #B9B9B9. Windows color (decimal): -3225798 or 3852238. OLE color: 3852238.
HSL color Cylindrical-coordinate representation of color #CEC73A: hue angle of 57.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC73A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 58 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.19 |
| HSL | 57.16º | 0.6% | 0.52% | - |
| HSV(B) | 57.16º | 0.72% | 0.81% | - |
| XYZ | 46.64 | 54.27 | 12.02 | - |
| YUV | 185.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 58 | 0 | 0.03 | 0.72 | 0.19 | 57.16 | 0.6 | 0.52 |
| Hex | CE | C7 | 3A | 0 | 3 | 48 | 13 | 39 | 3C | 34 |
| Octal | 316 | 307 | 72 | 0 | 3 | 110 | 23 | 71 | 74 | 64 |
| Binary | 11001110 | 11000111 | 111010 | 0 | 11 | 1001000 | 10011 | 111001 | 111100 | 110100 |
Color Harmonies of #CEC73A
Complementary color
Monochromatic Colors of #CEC73A
Black with #CEC73A
Text Example
Text Example
White with #CEC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC73A; }
p { color: rgb(206,199,58); }
H1.HeaderClassName
{
color: #CEC73A;
}
.AnyTagClassName
{
color: #CEC73A;
}
</style>
background-color css
<style>
a { background-color: #CEC73A; }
a { background-color: rgb(206,199,58); }
div.DivClassName
{
background-color: #CEC73A;
}
.BgClassName
{
background-color: #CEC73A;
}
</style>
border-color css
<style>
span { border-color: #CEC73A; }
span { border-color: rgb(206,199,58); }
td.TdClassName
{
border-color: #CEC73A;
}
.TagClassName
{
border-color: #CEC73A;
}
</style>