Shades of Wattle #CEC83A
Tints of Wattle #CEC83A
RGB
CMYK
RGB Variations
Color information
#CEC83A (or 0xCEC83A) is known color: Wattle. HEX triplet: CE, C8 and 3A. RGB value is (206,200,58). Sum of RGB (Red+Green+Blue) = 206+200+58=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC83A is #3137C5. Grayscale: #BABABA. Windows color (decimal): -3225542 or 3852494. OLE color: 3852494.
HSL color Cylindrical-coordinate representation of color #CEC83A: hue angle of 57.57º 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 #CEC83A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 58 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.19 |
| HSL | 57.57º | 0.6% | 0.52% | - |
| HSV(B) | 57.57º | 0.72% | 0.81% | - |
| XYZ | 46.87 | 54.74 | 12.1 | - |
| YUV | 185.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 58 | 0 | 0.03 | 0.72 | 0.19 | 57.57 | 0.6 | 0.52 |
| Hex | CE | C8 | 3A | 0 | 3 | 48 | 13 | 3A | 3C | 34 |
| Octal | 316 | 310 | 72 | 0 | 3 | 110 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001000 | 111010 | 0 | 11 | 1001000 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC83A
Complementary color
Monochromatic Colors of #CEC83A
Black with #CEC83A
Text Example
Text Example
White with #CEC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC83A; }
p { color: rgb(206,200,58); }
H1.HeaderClassName
{
color: #CEC83A;
}
.AnyTagClassName
{
color: #CEC83A;
}
</style>
background-color css
<style>
a { background-color: #CEC83A; }
a { background-color: rgb(206,200,58); }
div.DivClassName
{
background-color: #CEC83A;
}
.BgClassName
{
background-color: #CEC83A;
}
</style>
border-color css
<style>
span { border-color: #CEC83A; }
span { border-color: rgb(206,200,58); }
td.TdClassName
{
border-color: #CEC83A;
}
.TagClassName
{
border-color: #CEC83A;
}
</style>