Shades of Wattle #CED03E
Tints of Wattle #CED03E
RGB
CMYK
RGB Variations
Color information
#CED03E (or 0xCED03E) is known color: Wattle. HEX triplet: CE, D0 and 3E. RGB value is (206,208,62). Sum of RGB (Red+Green+Blue) = 206+208+62=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #CED03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED03E is #312FC1. Grayscale: #BFBFBF. Windows color (decimal): -3223490 or 4116686. OLE color: 4116686.
HSL color Cylindrical-coordinate representation of color #CED03E: hue angle of 60.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED03E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 60.82º | 0.61% | 0.53% | - |
| HSV(B) | 60.82º | 0.7% | 0.82% | - |
| XYZ | 48.88 | 58.58 | 13.29 | - |
| YUV | 190.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 62 | 0.01 | 0 | 0.70 | 0.18 | 60.82 | 0.61 | 0.53 |
| Hex | CE | D0 | 3E | 1 | 0 | 46 | 12 | 3D | 3D | 35 |
| Octal | 316 | 320 | 76 | 1 | 0 | 106 | 22 | 75 | 75 | 65 |
| Binary | 11001110 | 11010000 | 111110 | 1 | 0 | 1000110 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CED03E
Complementary color
Monochromatic Colors of #CED03E
Black with #CED03E
Text Example
Text Example
White with #CED03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED03E; }
p { color: rgb(206,208,62); }
H1.HeaderClassName
{
color: #CED03E;
}
.AnyTagClassName
{
color: #CED03E;
}
</style>
background-color css
<style>
a { background-color: #CED03E; }
a { background-color: rgb(206,208,62); }
div.DivClassName
{
background-color: #CED03E;
}
.BgClassName
{
background-color: #CED03E;
}
</style>
border-color css
<style>
span { border-color: #CED03E; }
span { border-color: rgb(206,208,62); }
td.TdClassName
{
border-color: #CED03E;
}
.TagClassName
{
border-color: #CED03E;
}
</style>