Shades of Wattle #CECF3E
Tints of Wattle #CECF3E
RGB
CMYK
RGB Variations
Color information
#CECF3E (or 0xCECF3E) is known color: Wattle. HEX triplet: CE, CF and 3E. RGB value is (206,207,62). Sum of RGB (Red+Green+Blue) = 206+207+62=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF3E is #3130C1. Grayscale: #BEBEBE. Windows color (decimal): -3223746 or 4116430. OLE color: 4116430.
HSL color Cylindrical-coordinate representation of color #CECF3E: hue angle of 60.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CECF3E is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 62 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.19 |
| HSL | 60.41º | 0.6% | 0.53% | - |
| HSV(B) | 60.41º | 0.7% | 0.81% | - |
| XYZ | 48.64 | 58.1 | 13.21 | - |
| YUV | 190.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 62 | 0.00 | 0 | 0.70 | 0.19 | 60.41 | 0.6 | 0.53 |
| Hex | CE | CF | 3E | 0 | 0 | 46 | 13 | 3C | 3C | 35 |
| Octal | 316 | 317 | 76 | 0 | 0 | 106 | 23 | 74 | 74 | 65 |
| Binary | 11001110 | 11001111 | 111110 | 0 | 0 | 1000110 | 10011 | 111100 | 111100 | 110101 |
Color Harmonies of #CECF3E
Complementary color
Monochromatic Colors of #CECF3E
Black with #CECF3E
Text Example
Text Example
White with #CECF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF3E; }
p { color: rgb(206,207,62); }
H1.HeaderClassName
{
color: #CECF3E;
}
.AnyTagClassName
{
color: #CECF3E;
}
</style>
background-color css
<style>
a { background-color: #CECF3E; }
a { background-color: rgb(206,207,62); }
div.DivClassName
{
background-color: #CECF3E;
}
.BgClassName
{
background-color: #CECF3E;
}
</style>
border-color css
<style>
span { border-color: #CECF3E; }
span { border-color: rgb(206,207,62); }
td.TdClassName
{
border-color: #CECF3E;
}
.TagClassName
{
border-color: #CECF3E;
}
</style>