Shades of Wattle #CEC237
Tints of Wattle #CEC237
RGB
CMYK
RGB Variations
Color information
#CEC237 (or 0xCEC237) is known color: Wattle. HEX triplet: CE, C2 and 37. RGB value is (206,194,55). Sum of RGB (Red+Green+Blue) = 206+194+55=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC237 is #313DC8. Grayscale: #B6B6B6. Windows color (decimal): -3227081 or 3654350. OLE color: 3654350.
HSL color Cylindrical-coordinate representation of color #CEC237: hue angle of 55.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEC237 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 55 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.19 |
| HSL | 55.23º | 0.61% | 0.51% | - |
| HSV(B) | 55.23º | 0.73% | 0.81% | - |
| XYZ | 45.43 | 51.98 | 11.25 | - |
| YUV | 181.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 55 | 0 | 0.06 | 0.73 | 0.19 | 55.23 | 0.61 | 0.51 |
| Hex | CE | C2 | 37 | 0 | 6 | 49 | 13 | 37 | 3D | 33 |
| Octal | 316 | 302 | 67 | 0 | 6 | 111 | 23 | 67 | 75 | 63 |
| Binary | 11001110 | 11000010 | 110111 | 0 | 110 | 1001001 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CEC237
Complementary color
Monochromatic Colors of #CEC237
Black with #CEC237
Text Example
Text Example
White with #CEC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC237; }
p { color: rgb(206,194,55); }
H1.HeaderClassName
{
color: #CEC237;
}
.AnyTagClassName
{
color: #CEC237;
}
</style>
background-color css
<style>
a { background-color: #CEC237; }
a { background-color: rgb(206,194,55); }
div.DivClassName
{
background-color: #CEC237;
}
.BgClassName
{
background-color: #CEC237;
}
</style>
border-color css
<style>
span { border-color: #CEC237; }
span { border-color: rgb(206,194,55); }
td.TdClassName
{
border-color: #CEC237;
}
.TagClassName
{
border-color: #CEC237;
}
</style>