Shades of Wattle #CECF37
Tints of Wattle #CECF37
RGB
CMYK
RGB Variations
Color information
#CECF37 (or 0xCECF37) is known color: Wattle. HEX triplet: CE, CF and 37. RGB value is (206,207,55). Sum of RGB (Red+Green+Blue) = 206+207+55=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF37 is #3130C8. Grayscale: #BDBDBD. Windows color (decimal): -3223753 or 3657678. OLE color: 3657678.
HSL color Cylindrical-coordinate representation of color #CECF37: hue angle of 60.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CECF37 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 55 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.19 |
| HSL | 60.39º | 0.61% | 0.51% | - |
| HSV(B) | 60.39º | 0.73% | 0.81% | - |
| XYZ | 48.46 | 58.02 | 12.26 | - |
| YUV | 189.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 55 | 0.00 | 0 | 0.73 | 0.19 | 60.39 | 0.61 | 0.51 |
| Hex | CE | CF | 37 | 0 | 0 | 49 | 13 | 3C | 3D | 33 |
| Octal | 316 | 317 | 67 | 0 | 0 | 111 | 23 | 74 | 75 | 63 |
| Binary | 11001110 | 11001111 | 110111 | 0 | 0 | 1001001 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CECF37
Complementary color
Monochromatic Colors of #CECF37
Black with #CECF37
Text Example
Text Example
White with #CECF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF37; }
p { color: rgb(206,207,55); }
H1.HeaderClassName
{
color: #CECF37;
}
.AnyTagClassName
{
color: #CECF37;
}
</style>
background-color css
<style>
a { background-color: #CECF37; }
a { background-color: rgb(206,207,55); }
div.DivClassName
{
background-color: #CECF37;
}
.BgClassName
{
background-color: #CECF37;
}
</style>
border-color css
<style>
span { border-color: #CECF37; }
span { border-color: rgb(206,207,55); }
td.TdClassName
{
border-color: #CECF37;
}
.TagClassName
{
border-color: #CECF37;
}
</style>