Shades of Wattle #CEC930
Tints of Wattle #CEC930
RGB
CMYK
RGB Variations
Color information
#CEC930 (or 0xCEC930) is known color: Wattle. HEX triplet: CE, C9 and 30. RGB value is (206,201,48). Sum of RGB (Red+Green+Blue) = 206+201+48=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC930 is #3136CF. Grayscale: #B9B9B9. Windows color (decimal): -3225296 or 3197390. OLE color: 3197390.
HSL color Cylindrical-coordinate representation of color #CEC930: hue angle of 58.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEC930 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 48 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.19 |
| HSL | 58.1º | 0.62% | 0.5% | - |
| HSV(B) | 58.1º | 0.77% | 0.81% | - |
| XYZ | 46.87 | 55.11 | 10.96 | - |
| YUV | 185.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 48 | 0 | 0.02 | 0.77 | 0.19 | 58.1 | 0.62 | 0.5 |
| Hex | CE | C9 | 30 | 0 | 2 | 4D | 13 | 3A | 3E | 32 |
| Octal | 316 | 311 | 60 | 0 | 2 | 115 | 23 | 72 | 76 | 62 |
| Binary | 11001110 | 11001001 | 110000 | 0 | 10 | 1001101 | 10011 | 111010 | 111110 | 110010 |
Color Harmonies of #CEC930
Complementary color
Monochromatic Colors of #CEC930
Black with #CEC930
Text Example
Text Example
White with #CEC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC930; }
p { color: rgb(206,201,48); }
H1.HeaderClassName
{
color: #CEC930;
}
.AnyTagClassName
{
color: #CEC930;
}
</style>
background-color css
<style>
a { background-color: #CEC930; }
a { background-color: rgb(206,201,48); }
div.DivClassName
{
background-color: #CEC930;
}
.BgClassName
{
background-color: #CEC930;
}
</style>
border-color css
<style>
span { border-color: #CEC930; }
span { border-color: rgb(206,201,48); }
td.TdClassName
{
border-color: #CEC930;
}
.TagClassName
{
border-color: #CEC930;
}
</style>