Shades of Wattle #CEC735
Tints of Wattle #CEC735
RGB
CMYK
RGB Variations
Color information
#CEC735 (or 0xCEC735) is known color: Wattle. HEX triplet: CE, C7 and 35. RGB value is (206,199,53). Sum of RGB (Red+Green+Blue) = 206+199+53=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC735 is #3138CA. Grayscale: #B9B9B9. Windows color (decimal): -3225803 or 3524558. OLE color: 3524558.
HSL color Cylindrical-coordinate representation of color #CEC735: hue angle of 57.25º 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 #CEC735 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 53 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.19 |
| HSL | 57.25º | 0.61% | 0.51% | - |
| HSV(B) | 57.25º | 0.74% | 0.81% | - |
| XYZ | 46.52 | 54.23 | 11.38 | - |
| YUV | 184.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 53 | 0 | 0.03 | 0.74 | 0.19 | 57.25 | 0.61 | 0.51 |
| Hex | CE | C7 | 35 | 0 | 3 | 4A | 13 | 39 | 3D | 33 |
| Octal | 316 | 307 | 65 | 0 | 3 | 112 | 23 | 71 | 75 | 63 |
| Binary | 11001110 | 11000111 | 110101 | 0 | 11 | 1001010 | 10011 | 111001 | 111101 | 110011 |
Color Harmonies of #CEC735
Complementary color
Monochromatic Colors of #CEC735
Black with #CEC735
Text Example
Text Example
White with #CEC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC735; }
p { color: rgb(206,199,53); }
H1.HeaderClassName
{
color: #CEC735;
}
.AnyTagClassName
{
color: #CEC735;
}
</style>
background-color css
<style>
a { background-color: #CEC735; }
a { background-color: rgb(206,199,53); }
div.DivClassName
{
background-color: #CEC735;
}
.BgClassName
{
background-color: #CEC735;
}
</style>
border-color css
<style>
span { border-color: #CEC735; }
span { border-color: rgb(206,199,53); }
td.TdClassName
{
border-color: #CEC735;
}
.TagClassName
{
border-color: #CEC735;
}
</style>