Shades of Wattle #CEC835
Tints of Wattle #CEC835
RGB
CMYK
RGB Variations
Color information
#CEC835 (or 0xCEC835) is known color: Wattle. HEX triplet: CE, C8 and 35. RGB value is (206,200,53). Sum of RGB (Red+Green+Blue) = 206+200+53=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC835 is #3137CA. Grayscale: #B9B9B9. Windows color (decimal): -3225547 or 3524814. OLE color: 3524814.
HSL color Cylindrical-coordinate representation of color #CEC835: hue angle of 57.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEC835 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 53 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.19 |
| HSL | 57.65º | 0.61% | 0.51% | - |
| HSV(B) | 57.65º | 0.74% | 0.81% | - |
| XYZ | 46.75 | 54.69 | 11.46 | - |
| YUV | 185.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 53 | 0 | 0.03 | 0.74 | 0.19 | 57.65 | 0.61 | 0.51 |
| Hex | CE | C8 | 35 | 0 | 3 | 4A | 13 | 3A | 3D | 33 |
| Octal | 316 | 310 | 65 | 0 | 3 | 112 | 23 | 72 | 75 | 63 |
| Binary | 11001110 | 11001000 | 110101 | 0 | 11 | 1001010 | 10011 | 111010 | 111101 | 110011 |
Color Harmonies of #CEC835
Complementary color
Monochromatic Colors of #CEC835
Black with #CEC835
Text Example
Text Example
White with #CEC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC835; }
p { color: rgb(206,200,53); }
H1.HeaderClassName
{
color: #CEC835;
}
.AnyTagClassName
{
color: #CEC835;
}
</style>
background-color css
<style>
a { background-color: #CEC835; }
a { background-color: rgb(206,200,53); }
div.DivClassName
{
background-color: #CEC835;
}
.BgClassName
{
background-color: #CEC835;
}
</style>
border-color css
<style>
span { border-color: #CEC835; }
span { border-color: rgb(206,200,53); }
td.TdClassName
{
border-color: #CEC835;
}
.TagClassName
{
border-color: #CEC835;
}
</style>