Shades of Wattle #CEC93E
Tints of Wattle #CEC93E
RGB
CMYK
RGB Variations
Color information
#CEC93E (or 0xCEC93E) is known color: Wattle. HEX triplet: CE, C9 and 3E. RGB value is (206,201,62). Sum of RGB (Red+Green+Blue) = 206+201+62=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC93E is #3136C1. Grayscale: #BBBBBB. Windows color (decimal): -3225282 or 4114894. OLE color: 4114894.
HSL color Cylindrical-coordinate representation of color #CEC93E: hue angle of 57.92º 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 #CEC93E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.19 |
| HSL | 57.92º | 0.6% | 0.53% | - |
| HSV(B) | 57.92º | 0.7% | 0.81% | - |
| XYZ | 47.21 | 55.24 | 12.73 | - |
| YUV | 186.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 62 | 0 | 0.02 | 0.70 | 0.19 | 57.92 | 0.6 | 0.53 |
| Hex | CE | C9 | 3E | 0 | 2 | 46 | 13 | 3A | 3C | 35 |
| Octal | 316 | 311 | 76 | 0 | 2 | 106 | 23 | 72 | 74 | 65 |
| Binary | 11001110 | 11001001 | 111110 | 0 | 10 | 1000110 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CEC93E
Complementary color
Monochromatic Colors of #CEC93E
Black with #CEC93E
Text Example
Text Example
White with #CEC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC93E; }
p { color: rgb(206,201,62); }
H1.HeaderClassName
{
color: #CEC93E;
}
.AnyTagClassName
{
color: #CEC93E;
}
</style>
background-color css
<style>
a { background-color: #CEC93E; }
a { background-color: rgb(206,201,62); }
div.DivClassName
{
background-color: #CEC93E;
}
.BgClassName
{
background-color: #CEC93E;
}
</style>
border-color css
<style>
span { border-color: #CEC93E; }
span { border-color: rgb(206,201,62); }
td.TdClassName
{
border-color: #CEC93E;
}
.TagClassName
{
border-color: #CEC93E;
}
</style>