Shades of Wattle #CEC136
Tints of Wattle #CEC136
RGB
CMYK
RGB Variations
Color information
#CEC136 (or 0xCEC136) is known color: Wattle. HEX triplet: CE, C1 and 36. RGB value is (206,193,54). Sum of RGB (Red+Green+Blue) = 206+193+54=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC136 is #313EC9. Grayscale: #B5B5B5. Windows color (decimal): -3227338 or 3588558. OLE color: 3588558.
HSL color Cylindrical-coordinate representation of color #CEC136: hue angle of 54.87º 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 #CEC136 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 54 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.19 |
| HSL | 54.87º | 0.61% | 0.51% | - |
| HSV(B) | 54.87º | 0.74% | 0.81% | - |
| XYZ | 45.19 | 51.53 | 11.05 | - |
| YUV | 181.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 54 | 0 | 0.06 | 0.74 | 0.19 | 54.87 | 0.61 | 0.51 |
| Hex | CE | C1 | 36 | 0 | 6 | 4A | 13 | 37 | 3D | 33 |
| Octal | 316 | 301 | 66 | 0 | 6 | 112 | 23 | 67 | 75 | 63 |
| Binary | 11001110 | 11000001 | 110110 | 0 | 110 | 1001010 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CEC136
Complementary color
Monochromatic Colors of #CEC136
Black with #CEC136
Text Example
Text Example
White with #CEC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC136; }
p { color: rgb(206,193,54); }
H1.HeaderClassName
{
color: #CEC136;
}
.AnyTagClassName
{
color: #CEC136;
}
</style>
background-color css
<style>
a { background-color: #CEC136; }
a { background-color: rgb(206,193,54); }
div.DivClassName
{
background-color: #CEC136;
}
.BgClassName
{
background-color: #CEC136;
}
</style>
border-color css
<style>
span { border-color: #CEC136; }
span { border-color: rgb(206,193,54); }
td.TdClassName
{
border-color: #CEC136;
}
.TagClassName
{
border-color: #CEC136;
}
</style>