Shades of Wattle #CEC93B
Tints of Wattle #CEC93B
RGB
CMYK
RGB Variations
Color information
#CEC93B (or 0xCEC93B) is known color: Wattle. HEX triplet: CE, C9 and 3B. RGB value is (206,201,59). Sum of RGB (Red+Green+Blue) = 206+201+59=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC93B is #3136C4. Grayscale: #BABABA. Windows color (decimal): -3225285 or 3918286. OLE color: 3918286.
HSL color Cylindrical-coordinate representation of color #CEC93B: hue angle of 57.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC93B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 59 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.19 |
| HSL | 57.96º | 0.6% | 0.52% | - |
| HSV(B) | 57.96º | 0.71% | 0.81% | - |
| XYZ | 47.13 | 55.21 | 12.31 | - |
| YUV | 186.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 59 | 0 | 0.02 | 0.71 | 0.19 | 57.96 | 0.6 | 0.52 |
| Hex | CE | C9 | 3B | 0 | 2 | 47 | 13 | 3A | 3C | 34 |
| Octal | 316 | 311 | 73 | 0 | 2 | 107 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001001 | 111011 | 0 | 10 | 1000111 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC93B
Complementary color
Monochromatic Colors of #CEC93B
Black with #CEC93B
Text Example
Text Example
White with #CEC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC93B; }
p { color: rgb(206,201,59); }
H1.HeaderClassName
{
color: #CEC93B;
}
.AnyTagClassName
{
color: #CEC93B;
}
</style>
background-color css
<style>
a { background-color: #CEC93B; }
a { background-color: rgb(206,201,59); }
div.DivClassName
{
background-color: #CEC93B;
}
.BgClassName
{
background-color: #CEC93B;
}
</style>
border-color css
<style>
span { border-color: #CEC93B; }
span { border-color: rgb(206,201,59); }
td.TdClassName
{
border-color: #CEC93B;
}
.TagClassName
{
border-color: #CEC93B;
}
</style>