Shades of Wattle #CECF41
Tints of Wattle #CECF41
RGB
CMYK
RGB Variations
Color information
#CECF41 (or 0xCECF41) is known color: Wattle. HEX triplet: CE, CF and 41. RGB value is (206,207,65). Sum of RGB (Red+Green+Blue) = 206+207+65=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF41 is #3130BE. Grayscale: #BFBFBF. Windows color (decimal): -3223743 or 4313038. OLE color: 4313038.
HSL color Cylindrical-coordinate representation of color #CECF41: hue angle of 60.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CECF41 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 65 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.19 |
| HSL | 60.42º | 0.6% | 0.53% | - |
| HSV(B) | 60.42º | 0.69% | 0.81% | - |
| XYZ | 48.72 | 58.13 | 13.65 | - |
| YUV | 190.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 65 | 0.00 | 0 | 0.69 | 0.19 | 60.42 | 0.6 | 0.53 |
| Hex | CE | CF | 41 | 0 | 0 | 45 | 13 | 3C | 3C | 35 |
| Octal | 316 | 317 | 101 | 0 | 0 | 105 | 23 | 74 | 74 | 65 |
| Binary | 11001110 | 11001111 | 1000001 | 0 | 0 | 1000101 | 10011 | 111100 | 111100 | 110101 |
Color Harmonies of #CECF41
Complementary color
Monochromatic Colors of #CECF41
Black with #CECF41
Text Example
Text Example
White with #CECF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF41; }
p { color: rgb(206,207,65); }
H1.HeaderClassName
{
color: #CECF41;
}
.AnyTagClassName
{
color: #CECF41;
}
</style>
background-color css
<style>
a { background-color: #CECF41; }
a { background-color: rgb(206,207,65); }
div.DivClassName
{
background-color: #CECF41;
}
.BgClassName
{
background-color: #CECF41;
}
</style>
border-color css
<style>
span { border-color: #CECF41; }
span { border-color: rgb(206,207,65); }
td.TdClassName
{
border-color: #CECF41;
}
.TagClassName
{
border-color: #CECF41;
}
</style>