Shades of Wattle #CECF45
Tints of Wattle #CECF45
RGB
CMYK
RGB Variations
Color information
#CECF45 (or 0xCECF45) is known color: Wattle. HEX triplet: CE, CF and 45. RGB value is (206,207,69). Sum of RGB (Red+Green+Blue) = 206+207+69=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF45 is #3130BA. Grayscale: #BFBFBF. Windows color (decimal): -3223739 or 4575182. OLE color: 4575182.
HSL color Cylindrical-coordinate representation of color #CECF45: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CECF45 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 69 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.19 |
| HSL | 60.43º | 0.59% | 0.54% | - |
| HSV(B) | 60.43º | 0.67% | 0.81% | - |
| XYZ | 48.84 | 58.18 | 14.29 | - |
| YUV | 190.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 69 | 0.00 | 0 | 0.67 | 0.19 | 60.43 | 0.59 | 0.54 |
| Hex | CE | CF | 45 | 0 | 0 | 43 | 13 | 3C | 3B | 36 |
| Octal | 316 | 317 | 105 | 0 | 0 | 103 | 23 | 74 | 73 | 66 |
| Binary | 11001110 | 11001111 | 1000101 | 0 | 0 | 1000011 | 10011 | 111100 | 111011 | 110110 |
Color Harmonies of #CECF45
Complementary color
Monochromatic Colors of #CECF45
Black with #CECF45
Text Example
Text Example
White with #CECF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF45; }
p { color: rgb(206,207,69); }
H1.HeaderClassName
{
color: #CECF45;
}
.AnyTagClassName
{
color: #CECF45;
}
</style>
background-color css
<style>
a { background-color: #CECF45; }
a { background-color: rgb(206,207,69); }
div.DivClassName
{
background-color: #CECF45;
}
.BgClassName
{
background-color: #CECF45;
}
</style>
border-color css
<style>
span { border-color: #CECF45; }
span { border-color: rgb(206,207,69); }
td.TdClassName
{
border-color: #CECF45;
}
.TagClassName
{
border-color: #CECF45;
}
</style>