Shades of Wattle #CEC93A
Tints of Wattle #CEC93A
RGB
CMYK
RGB Variations
Color information
#CEC93A (or 0xCEC93A) is known color: Wattle. HEX triplet: CE, C9 and 3A. RGB value is (206,201,58). Sum of RGB (Red+Green+Blue) = 206+201+58=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC93A is #3136C5. Grayscale: #BABABA. Windows color (decimal): -3225286 or 3852750. OLE color: 3852750.
HSL color Cylindrical-coordinate representation of color #CEC93A: hue angle of 57.97º 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 #CEC93A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 58 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.19 |
| HSL | 57.97º | 0.6% | 0.52% | - |
| HSV(B) | 57.97º | 0.72% | 0.81% | - |
| XYZ | 47.1 | 55.2 | 12.18 | - |
| YUV | 186.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 58 | 0 | 0.02 | 0.72 | 0.19 | 57.97 | 0.6 | 0.52 |
| Hex | CE | C9 | 3A | 0 | 2 | 48 | 13 | 3A | 3C | 34 |
| Octal | 316 | 311 | 72 | 0 | 2 | 110 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001001 | 111010 | 0 | 10 | 1001000 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC93A
Complementary color
Monochromatic Colors of #CEC93A
Black with #CEC93A
Text Example
Text Example
White with #CEC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC93A; }
p { color: rgb(206,201,58); }
H1.HeaderClassName
{
color: #CEC93A;
}
.AnyTagClassName
{
color: #CEC93A;
}
</style>
background-color css
<style>
a { background-color: #CEC93A; }
a { background-color: rgb(206,201,58); }
div.DivClassName
{
background-color: #CEC93A;
}
.BgClassName
{
background-color: #CEC93A;
}
</style>
border-color css
<style>
span { border-color: #CEC93A; }
span { border-color: rgb(206,201,58); }
td.TdClassName
{
border-color: #CEC93A;
}
.TagClassName
{
border-color: #CEC93A;
}
</style>