Shades of Wattle #CED245
Tints of Wattle #CED245
RGB
CMYK
RGB Variations
Color information
#CED245 (or 0xCED245) is known color: Wattle. HEX triplet: CE, D2 and 45. RGB value is (206,210,69). Sum of RGB (Red+Green+Blue) = 206+210+69=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #CED245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED245 is #312DBA. Grayscale: #C1C1C1. Windows color (decimal): -3222971 or 4575950. OLE color: 4575950.
HSL color Cylindrical-coordinate representation of color #CED245: hue angle of 61.7º 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 #CED245 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 69 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.18 |
| HSL | 61.7º | 0.61% | 0.55% | - |
| HSV(B) | 61.7º | 0.67% | 0.82% | - |
| XYZ | 49.57 | 59.64 | 14.53 | - |
| YUV | 192.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 69 | 0.02 | 0 | 0.67 | 0.18 | 61.7 | 0.61 | 0.55 |
| Hex | CE | D2 | 45 | 2 | 0 | 43 | 12 | 3E | 3D | 37 |
| Octal | 316 | 322 | 105 | 2 | 0 | 103 | 22 | 76 | 75 | 67 |
| Binary | 11001110 | 11010010 | 1000101 | 10 | 0 | 1000011 | 10010 | 111110 | 111101 | 110111 |
Color Harmonies of #CED245
Complementary color
Monochromatic Colors of #CED245
Black with #CED245
Text Example
Text Example
White with #CED245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED245; }
p { color: rgb(206,210,69); }
H1.HeaderClassName
{
color: #CED245;
}
.AnyTagClassName
{
color: #CED245;
}
</style>
background-color css
<style>
a { background-color: #CED245; }
a { background-color: rgb(206,210,69); }
div.DivClassName
{
background-color: #CED245;
}
.BgClassName
{
background-color: #CED245;
}
</style>
border-color css
<style>
span { border-color: #CED245; }
span { border-color: rgb(206,210,69); }
td.TdClassName
{
border-color: #CED245;
}
.TagClassName
{
border-color: #CED245;
}
</style>