Shades of Wattle #CEC239
Tints of Wattle #CEC239
RGB
CMYK
RGB Variations
Color information
#CEC239 (or 0xCEC239) is known color: Wattle. HEX triplet: CE, C2 and 39. RGB value is (206,194,57). Sum of RGB (Red+Green+Blue) = 206+194+57=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC239 is #313DC6. Grayscale: #B6B6B6. Windows color (decimal): -3227079 or 3785422. OLE color: 3785422.
HSL color Cylindrical-coordinate representation of color #CEC239: hue angle of 55.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC239 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 57 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.19 |
| HSL | 55.17º | 0.6% | 0.52% | - |
| HSV(B) | 55.17º | 0.72% | 0.81% | - |
| XYZ | 45.48 | 52 | 11.51 | - |
| YUV | 181.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 57 | 0 | 0.06 | 0.72 | 0.19 | 55.17 | 0.6 | 0.52 |
| Hex | CE | C2 | 39 | 0 | 6 | 48 | 13 | 37 | 3C | 34 |
| Octal | 316 | 302 | 71 | 0 | 6 | 110 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000010 | 111001 | 0 | 110 | 1001000 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC239
Complementary color
Monochromatic Colors of #CEC239
Black with #CEC239
Text Example
Text Example
White with #CEC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC239; }
p { color: rgb(206,194,57); }
H1.HeaderClassName
{
color: #CEC239;
}
.AnyTagClassName
{
color: #CEC239;
}
</style>
background-color css
<style>
a { background-color: #CEC239; }
a { background-color: rgb(206,194,57); }
div.DivClassName
{
background-color: #CEC239;
}
.BgClassName
{
background-color: #CEC239;
}
</style>
border-color css
<style>
span { border-color: #CEC239; }
span { border-color: rgb(206,194,57); }
td.TdClassName
{
border-color: #CEC239;
}
.TagClassName
{
border-color: #CEC239;
}
</style>