Shades of Wattle #CED03A
Tints of Wattle #CED03A
RGB
CMYK
RGB Variations
Color information
#CED03A (or 0xCED03A) is known color: Wattle. HEX triplet: CE, D0 and 3A. RGB value is (206,208,58). Sum of RGB (Red+Green+Blue) = 206+208+58=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #CED03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED03A is #312FC5. Grayscale: #BEBEBE. Windows color (decimal): -3223494 or 3854542. OLE color: 3854542.
HSL color Cylindrical-coordinate representation of color #CED03A: hue angle of 60.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED03A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 58 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.18 |
| HSL | 60.8º | 0.61% | 0.52% | - |
| HSV(B) | 60.8º | 0.72% | 0.82% | - |
| XYZ | 48.77 | 58.54 | 12.73 | - |
| YUV | 190.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 58 | 0.01 | 0 | 0.72 | 0.18 | 60.8 | 0.61 | 0.52 |
| Hex | CE | D0 | 3A | 1 | 0 | 48 | 12 | 3D | 3D | 34 |
| Octal | 316 | 320 | 72 | 1 | 0 | 110 | 22 | 75 | 75 | 64 |
| Binary | 11001110 | 11010000 | 111010 | 1 | 0 | 1001000 | 10010 | 111101 | 111101 | 110100 |
Color Harmonies of #CED03A
Complementary color
Monochromatic Colors of #CED03A
Black with #CED03A
Text Example
Text Example
White with #CED03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED03A; }
p { color: rgb(206,208,58); }
H1.HeaderClassName
{
color: #CED03A;
}
.AnyTagClassName
{
color: #CED03A;
}
</style>
background-color css
<style>
a { background-color: #CED03A; }
a { background-color: rgb(206,208,58); }
div.DivClassName
{
background-color: #CED03A;
}
.BgClassName
{
background-color: #CED03A;
}
</style>
border-color css
<style>
span { border-color: #CED03A; }
span { border-color: rgb(206,208,58); }
td.TdClassName
{
border-color: #CED03A;
}
.TagClassName
{
border-color: #CED03A;
}
</style>