Shades of Wattle #CEC131
Tints of Wattle #CEC131
RGB
CMYK
RGB Variations
Color information
#CEC131 (or 0xCEC131) is known color: Wattle. HEX triplet: CE, C1 and 31. RGB value is (206,193,49). Sum of RGB (Red+Green+Blue) = 206+193+49=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC131 is #313ECE. Grayscale: #B5B5B5. Windows color (decimal): -3227343 or 3260878. OLE color: 3260878.
HSL color Cylindrical-coordinate representation of color #CEC131: hue angle of 55.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC131 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 49 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.19 |
| HSL | 55.03º | 0.62% | 0.5% | - |
| HSV(B) | 55.03º | 0.76% | 0.81% | - |
| XYZ | 45.08 | 51.48 | 10.47 | - |
| YUV | 180.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 49 | 0 | 0.06 | 0.76 | 0.19 | 55.03 | 0.62 | 0.5 |
| Hex | CE | C1 | 31 | 0 | 6 | 4C | 13 | 37 | 3E | 32 |
| Octal | 316 | 301 | 61 | 0 | 6 | 114 | 23 | 67 | 76 | 62 |
| Binary | 11001110 | 11000001 | 110001 | 0 | 110 | 1001100 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CEC131
Complementary color
Monochromatic Colors of #CEC131
Black with #CEC131
Text Example
Text Example
White with #CEC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC131; }
p { color: rgb(206,193,49); }
H1.HeaderClassName
{
color: #CEC131;
}
.AnyTagClassName
{
color: #CEC131;
}
</style>
background-color css
<style>
a { background-color: #CEC131; }
a { background-color: rgb(206,193,49); }
div.DivClassName
{
background-color: #CEC131;
}
.BgClassName
{
background-color: #CEC131;
}
</style>
border-color css
<style>
span { border-color: #CEC131; }
span { border-color: rgb(206,193,49); }
td.TdClassName
{
border-color: #CEC131;
}
.TagClassName
{
border-color: #CEC131;
}
</style>