Shades of Wattle #CEC736
Tints of Wattle #CEC736
RGB
CMYK
RGB Variations
Color information
#CEC736 (or 0xCEC736) is known color: Wattle. HEX triplet: CE, C7 and 36. RGB value is (206,199,54). Sum of RGB (Red+Green+Blue) = 206+199+54=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC736 is #3138C9. Grayscale: #B9B9B9. Windows color (decimal): -3225802 or 3590094. OLE color: 3590094.
HSL color Cylindrical-coordinate representation of color #CEC736: hue angle of 57.24º 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 #CEC736 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 54 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.19 |
| HSL | 57.24º | 0.61% | 0.51% | - |
| HSV(B) | 57.24º | 0.74% | 0.81% | - |
| XYZ | 46.54 | 54.24 | 11.51 | - |
| YUV | 184.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 54 | 0 | 0.03 | 0.74 | 0.19 | 57.24 | 0.61 | 0.51 |
| Hex | CE | C7 | 36 | 0 | 3 | 4A | 13 | 39 | 3D | 33 |
| Octal | 316 | 307 | 66 | 0 | 3 | 112 | 23 | 71 | 75 | 63 |
| Binary | 11001110 | 11000111 | 110110 | 0 | 11 | 1001010 | 10011 | 111001 | 111101 | 110011 |
Color Harmonies of #CEC736
Complementary color
Monochromatic Colors of #CEC736
Black with #CEC736
Text Example
Text Example
White with #CEC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC736; }
p { color: rgb(206,199,54); }
H1.HeaderClassName
{
color: #CEC736;
}
.AnyTagClassName
{
color: #CEC736;
}
</style>
background-color css
<style>
a { background-color: #CEC736; }
a { background-color: rgb(206,199,54); }
div.DivClassName
{
background-color: #CEC736;
}
.BgClassName
{
background-color: #CEC736;
}
</style>
border-color css
<style>
span { border-color: #CEC736; }
span { border-color: rgb(206,199,54); }
td.TdClassName
{
border-color: #CEC736;
}
.TagClassName
{
border-color: #CEC736;
}
</style>