Shades of Wattle #CEC03C
Tints of Wattle #CEC03C
RGB
CMYK
RGB Variations
Color information
#CEC03C (or 0xCEC03C) is known color: Wattle. HEX triplet: CE, C0 and 3C. RGB value is (206,192,60). Sum of RGB (Red+Green+Blue) = 206+192+60=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC03C is #313FC3. Grayscale: #B5B5B5. Windows color (decimal): -3227588 or 3981518. OLE color: 3981518.
HSL color Cylindrical-coordinate representation of color #CEC03C: hue angle of 54.25º 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 #CEC03C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 54.25º | 0.6% | 0.52% | - |
| HSV(B) | 54.25º | 0.71% | 0.81% | - |
| XYZ | 45.12 | 51.15 | 11.77 | - |
| YUV | 181.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 60 | 0 | 0.07 | 0.71 | 0.19 | 54.25 | 0.6 | 0.52 |
| Hex | CE | C0 | 3C | 0 | 7 | 47 | 13 | 36 | 3C | 34 |
| Octal | 316 | 300 | 74 | 0 | 7 | 107 | 23 | 66 | 74 | 64 |
| Binary | 11001110 | 11000000 | 111100 | 0 | 111 | 1000111 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CEC03C
Complementary color
Monochromatic Colors of #CEC03C
Black with #CEC03C
Text Example
Text Example
White with #CEC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC03C; }
p { color: rgb(206,192,60); }
H1.HeaderClassName
{
color: #CEC03C;
}
.AnyTagClassName
{
color: #CEC03C;
}
</style>
background-color css
<style>
a { background-color: #CEC03C; }
a { background-color: rgb(206,192,60); }
div.DivClassName
{
background-color: #CEC03C;
}
.BgClassName
{
background-color: #CEC03C;
}
</style>
border-color css
<style>
span { border-color: #CEC03C; }
span { border-color: rgb(206,192,60); }
td.TdClassName
{
border-color: #CEC03C;
}
.TagClassName
{
border-color: #CEC03C;
}
</style>