Shades of Wattle #CEC738
Tints of Wattle #CEC738
RGB
CMYK
RGB Variations
Color information
#CEC738 (or 0xCEC738) is known color: Wattle. HEX triplet: CE, C7 and 38. RGB value is (206,199,56). Sum of RGB (Red+Green+Blue) = 206+199+56=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC738 is #3138C7. Grayscale: #B9B9B9. Windows color (decimal): -3225800 or 3721166. OLE color: 3721166.
HSL color Cylindrical-coordinate representation of color #CEC738: hue angle of 57.2º 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 #CEC738 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 56 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.19 |
| HSL | 57.2º | 0.6% | 0.51% | - |
| HSV(B) | 57.2º | 0.73% | 0.81% | - |
| XYZ | 46.59 | 54.25 | 11.76 | - |
| YUV | 184.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 56 | 0 | 0.03 | 0.73 | 0.19 | 57.2 | 0.6 | 0.51 |
| Hex | CE | C7 | 38 | 0 | 3 | 49 | 13 | 39 | 3C | 33 |
| Octal | 316 | 307 | 70 | 0 | 3 | 111 | 23 | 71 | 74 | 63 |
| Binary | 11001110 | 11000111 | 111000 | 0 | 11 | 1001001 | 10011 | 111001 | 111100 | 110011 |
Color Harmonies of #CEC738
Complementary color
Monochromatic Colors of #CEC738
Black with #CEC738
Text Example
Text Example
White with #CEC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC738; }
p { color: rgb(206,199,56); }
H1.HeaderClassName
{
color: #CEC738;
}
.AnyTagClassName
{
color: #CEC738;
}
</style>
background-color css
<style>
a { background-color: #CEC738; }
a { background-color: rgb(206,199,56); }
div.DivClassName
{
background-color: #CEC738;
}
.BgClassName
{
background-color: #CEC738;
}
</style>
border-color css
<style>
span { border-color: #CEC738; }
span { border-color: rgb(206,199,56); }
td.TdClassName
{
border-color: #CEC738;
}
.TagClassName
{
border-color: #CEC738;
}
</style>