Shades of Wattle #CEC232
Tints of Wattle #CEC232
RGB
CMYK
RGB Variations
Color information
#CEC232 (or 0xCEC232) is known color: Wattle. HEX triplet: CE, C2 and 32. RGB value is (206,194,50). Sum of RGB (Red+Green+Blue) = 206+194+50=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC232 is #313DCD. Grayscale: #B5B5B5. Windows color (decimal): -3227086 or 3326670. OLE color: 3326670.
HSL color Cylindrical-coordinate representation of color #CEC232: hue angle of 55.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC232 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 50 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.19 |
| HSL | 55.38º | 0.61% | 0.5% | - |
| HSV(B) | 55.38º | 0.76% | 0.81% | - |
| XYZ | 45.32 | 51.94 | 10.65 | - |
| YUV | 181.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 50 | 0 | 0.06 | 0.76 | 0.19 | 55.38 | 0.61 | 0.5 |
| Hex | CE | C2 | 32 | 0 | 6 | 4C | 13 | 37 | 3D | 32 |
| Octal | 316 | 302 | 62 | 0 | 6 | 114 | 23 | 67 | 75 | 62 |
| Binary | 11001110 | 11000010 | 110010 | 0 | 110 | 1001100 | 10011 | 110111 | 111101 | 110010 |
Color Harmonies of #CEC232
Complementary color
Monochromatic Colors of #CEC232
Black with #CEC232
Text Example
Text Example
White with #CEC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC232; }
p { color: rgb(206,194,50); }
H1.HeaderClassName
{
color: #CEC232;
}
.AnyTagClassName
{
color: #CEC232;
}
</style>
background-color css
<style>
a { background-color: #CEC232; }
a { background-color: rgb(206,194,50); }
div.DivClassName
{
background-color: #CEC232;
}
.BgClassName
{
background-color: #CEC232;
}
</style>
border-color css
<style>
span { border-color: #CEC232; }
span { border-color: rgb(206,194,50); }
td.TdClassName
{
border-color: #CEC232;
}
.TagClassName
{
border-color: #CEC232;
}
</style>