Shades of Wattle #CEC83E
Tints of Wattle #CEC83E
RGB
CMYK
RGB Variations
Color information
#CEC83E (or 0xCEC83E) is known color: Wattle. HEX triplet: CE, C8 and 3E. RGB value is (206,200,62). Sum of RGB (Red+Green+Blue) = 206+200+62=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC83E is #3137C1. Grayscale: #BABABA. Windows color (decimal): -3225538 or 4114638. OLE color: 4114638.
HSL color Cylindrical-coordinate representation of color #CEC83E: hue angle of 57.5º 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 #CEC83E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 62 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.19 |
| HSL | 57.5º | 0.6% | 0.53% | - |
| HSV(B) | 57.5º | 0.7% | 0.81% | - |
| XYZ | 46.98 | 54.78 | 12.65 | - |
| YUV | 186.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 62 | 0 | 0.03 | 0.70 | 0.19 | 57.5 | 0.6 | 0.53 |
| Hex | CE | C8 | 3E | 0 | 3 | 46 | 13 | 3A | 3C | 35 |
| Octal | 316 | 310 | 76 | 0 | 3 | 106 | 23 | 72 | 74 | 65 |
| Binary | 11001110 | 11001000 | 111110 | 0 | 11 | 1000110 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CEC83E
Complementary color
Monochromatic Colors of #CEC83E
Black with #CEC83E
Text Example
Text Example
White with #CEC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC83E; }
p { color: rgb(206,200,62); }
H1.HeaderClassName
{
color: #CEC83E;
}
.AnyTagClassName
{
color: #CEC83E;
}
</style>
background-color css
<style>
a { background-color: #CEC83E; }
a { background-color: rgb(206,200,62); }
div.DivClassName
{
background-color: #CEC83E;
}
.BgClassName
{
background-color: #CEC83E;
}
</style>
border-color css
<style>
span { border-color: #CEC83E; }
span { border-color: rgb(206,200,62); }
td.TdClassName
{
border-color: #CEC83E;
}
.TagClassName
{
border-color: #CEC83E;
}
</style>