Shades of Wattle #CED246
Tints of Wattle #CED246
RGB
CMYK
RGB Variations
Color information
#CED246 (or 0xCED246) is known color: Wattle. HEX triplet: CE, D2 and 46. RGB value is (206,210,70). Sum of RGB (Red+Green+Blue) = 206+210+70=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #CED246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED246 is #312DB9. Grayscale: #C1C1C1. Windows color (decimal): -3222970 or 4641486. OLE color: 4641486.
HSL color Cylindrical-coordinate representation of color #CED246: hue angle of 61.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED246 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 70 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.18 |
| HSL | 61.71º | 0.61% | 0.55% | - |
| HSV(B) | 61.71º | 0.67% | 0.82% | - |
| XYZ | 49.61 | 59.66 | 14.69 | - |
| YUV | 192.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 70 | 0.02 | 0 | 0.67 | 0.18 | 61.71 | 0.61 | 0.55 |
| Hex | CE | D2 | 46 | 2 | 0 | 43 | 12 | 3E | 3D | 37 |
| Octal | 316 | 322 | 106 | 2 | 0 | 103 | 22 | 76 | 75 | 67 |
| Binary | 11001110 | 11010010 | 1000110 | 10 | 0 | 1000011 | 10010 | 111110 | 111101 | 110111 |
Color Harmonies of #CED246
Complementary color
Monochromatic Colors of #CED246
Black with #CED246
Text Example
Text Example
White with #CED246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED246; }
p { color: rgb(206,210,70); }
H1.HeaderClassName
{
color: #CED246;
}
.AnyTagClassName
{
color: #CED246;
}
</style>
background-color css
<style>
a { background-color: #CED246; }
a { background-color: rgb(206,210,70); }
div.DivClassName
{
background-color: #CED246;
}
.BgClassName
{
background-color: #CED246;
}
</style>
border-color css
<style>
span { border-color: #CED246; }
span { border-color: rgb(206,210,70); }
td.TdClassName
{
border-color: #CED246;
}
.TagClassName
{
border-color: #CED246;
}
</style>