Shades of Wattle #CEC438
Tints of Wattle #CEC438
RGB
CMYK
RGB Variations
Color information
#CEC438 (or 0xCEC438) is known color: Wattle. HEX triplet: CE, C4 and 38. RGB value is (206,196,56). Sum of RGB (Red+Green+Blue) = 206+196+56=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC438 is #313BC7. Grayscale: #B7B7B7. Windows color (decimal): -3226568 or 3720398. OLE color: 3720398.
HSL color Cylindrical-coordinate representation of color #CEC438: hue angle of 56º degrees, saturation: 0.6, 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 #CEC438 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 56 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.19 |
| HSL | 56º | 0.6% | 0.51% | - |
| HSV(B) | 56º | 0.73% | 0.81% | - |
| XYZ | 45.91 | 52.89 | 11.53 | - |
| YUV | 183.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 56 | 0 | 0.05 | 0.73 | 0.19 | 56 | 0.6 | 0.51 |
| Hex | CE | C4 | 38 | 0 | 5 | 49 | 13 | 38 | 3C | 33 |
| Octal | 316 | 304 | 70 | 0 | 5 | 111 | 23 | 70 | 74 | 63 |
| Binary | 11001110 | 11000100 | 111000 | 0 | 101 | 1001001 | 10011 | 111000 | 111100 | 110011 |
Color Harmonies of #CEC438
Complementary color
Monochromatic Colors of #CEC438
Black with #CEC438
Text Example
Text Example
White with #CEC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC438; }
p { color: rgb(206,196,56); }
H1.HeaderClassName
{
color: #CEC438;
}
.AnyTagClassName
{
color: #CEC438;
}
</style>
background-color css
<style>
a { background-color: #CEC438; }
a { background-color: rgb(206,196,56); }
div.DivClassName
{
background-color: #CEC438;
}
.BgClassName
{
background-color: #CEC438;
}
</style>
border-color css
<style>
span { border-color: #CEC438; }
span { border-color: rgb(206,196,56); }
td.TdClassName
{
border-color: #CEC438;
}
.TagClassName
{
border-color: #CEC438;
}
</style>