Shades of Wattle #CED13E
Tints of Wattle #CED13E
RGB
CMYK
RGB Variations
Color information
#CED13E (or 0xCED13E) is known color: Wattle. HEX triplet: CE, D1 and 3E. RGB value is (206,209,62). Sum of RGB (Red+Green+Blue) = 206+209+62=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #CED13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED13E is #312EC1. Grayscale: #BFBFBF. Windows color (decimal): -3223234 or 4116942. OLE color: 4116942.
HSL color Cylindrical-coordinate representation of color #CED13E: hue angle of 61.22º degrees, saturation: 0.62, 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 #CED13E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 61.22º | 0.62% | 0.53% | - |
| HSV(B) | 61.22º | 0.7% | 0.82% | - |
| XYZ | 49.12 | 59.07 | 13.37 | - |
| YUV | 191.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 62 | 0.01 | 0 | 0.70 | 0.18 | 61.22 | 0.62 | 0.53 |
| Hex | CE | D1 | 3E | 1 | 0 | 46 | 12 | 3D | 3E | 35 |
| Octal | 316 | 321 | 76 | 1 | 0 | 106 | 22 | 75 | 76 | 65 |
| Binary | 11001110 | 11010001 | 111110 | 1 | 0 | 1000110 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CED13E
Complementary color
Monochromatic Colors of #CED13E
Black with #CED13E
Text Example
Text Example
White with #CED13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED13E; }
p { color: rgb(206,209,62); }
H1.HeaderClassName
{
color: #CED13E;
}
.AnyTagClassName
{
color: #CED13E;
}
</style>
background-color css
<style>
a { background-color: #CED13E; }
a { background-color: rgb(206,209,62); }
div.DivClassName
{
background-color: #CED13E;
}
.BgClassName
{
background-color: #CED13E;
}
</style>
border-color css
<style>
span { border-color: #CED13E; }
span { border-color: rgb(206,209,62); }
td.TdClassName
{
border-color: #CED13E;
}
.TagClassName
{
border-color: #CED13E;
}
</style>