Shades of Wattle #CEC938
Tints of Wattle #CEC938
RGB
CMYK
RGB Variations
Color information
#CEC938 (or 0xCEC938) is known color: Wattle. HEX triplet: CE, C9 and 38. RGB value is (206,201,56). Sum of RGB (Red+Green+Blue) = 206+201+56=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC938 is #3136C7. Grayscale: #BABABA. Windows color (decimal): -3225288 or 3721678. OLE color: 3721678.
HSL color Cylindrical-coordinate representation of color #CEC938: hue angle of 58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEC938 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 56 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.19 |
| HSL | 58º | 0.6% | 0.51% | - |
| HSV(B) | 58º | 0.73% | 0.81% | - |
| XYZ | 47.05 | 55.18 | 11.91 | - |
| YUV | 185.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 56 | 0 | 0.02 | 0.73 | 0.19 | 58 | 0.6 | 0.51 |
| Hex | CE | C9 | 38 | 0 | 2 | 49 | 13 | 3A | 3C | 33 |
| Octal | 316 | 311 | 70 | 0 | 2 | 111 | 23 | 72 | 74 | 63 |
| Binary | 11001110 | 11001001 | 111000 | 0 | 10 | 1001001 | 10011 | 111010 | 111100 | 110011 |
Color Harmonies of #CEC938
Complementary color
Monochromatic Colors of #CEC938
Black with #CEC938
Text Example
Text Example
White with #CEC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC938; }
p { color: rgb(206,201,56); }
H1.HeaderClassName
{
color: #CEC938;
}
.AnyTagClassName
{
color: #CEC938;
}
</style>
background-color css
<style>
a { background-color: #CEC938; }
a { background-color: rgb(206,201,56); }
div.DivClassName
{
background-color: #CEC938;
}
.BgClassName
{
background-color: #CEC938;
}
</style>
border-color css
<style>
span { border-color: #CEC938; }
span { border-color: rgb(206,201,56); }
td.TdClassName
{
border-color: #CEC938;
}
.TagClassName
{
border-color: #CEC938;
}
</style>