Shades of Wattle #CEC838
Tints of Wattle #CEC838
RGB
CMYK
RGB Variations
Color information
#CEC838 (or 0xCEC838) is known color: Wattle. HEX triplet: CE, C8 and 38. RGB value is (206,200,56). Sum of RGB (Red+Green+Blue) = 206+200+56=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC838 is #3137C7. Grayscale: #B9B9B9. Windows color (decimal): -3225544 or 3721422. OLE color: 3721422.
HSL color Cylindrical-coordinate representation of color #CEC838: hue angle of 57.6º 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 #CEC838 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 56 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.19 |
| HSL | 57.6º | 0.6% | 0.51% | - |
| HSV(B) | 57.6º | 0.73% | 0.81% | - |
| XYZ | 46.82 | 54.72 | 11.83 | - |
| YUV | 185.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 56 | 0 | 0.03 | 0.73 | 0.19 | 57.6 | 0.6 | 0.51 |
| Hex | CE | C8 | 38 | 0 | 3 | 49 | 13 | 3A | 3C | 33 |
| Octal | 316 | 310 | 70 | 0 | 3 | 111 | 23 | 72 | 74 | 63 |
| Binary | 11001110 | 11001000 | 111000 | 0 | 11 | 1001001 | 10011 | 111010 | 111100 | 110011 |
Color Harmonies of #CEC838
Complementary color
Monochromatic Colors of #CEC838
Black with #CEC838
Text Example
Text Example
White with #CEC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC838; }
p { color: rgb(206,200,56); }
H1.HeaderClassName
{
color: #CEC838;
}
.AnyTagClassName
{
color: #CEC838;
}
</style>
background-color css
<style>
a { background-color: #CEC838; }
a { background-color: rgb(206,200,56); }
div.DivClassName
{
background-color: #CEC838;
}
.BgClassName
{
background-color: #CEC838;
}
</style>
border-color css
<style>
span { border-color: #CEC838; }
span { border-color: rgb(206,200,56); }
td.TdClassName
{
border-color: #CEC838;
}
.TagClassName
{
border-color: #CEC838;
}
</style>