Shades of Wattle #CECF38
Tints of Wattle #CECF38
RGB
CMYK
RGB Variations
Color information
#CECF38 (or 0xCECF38) is known color: Wattle. HEX triplet: CE, CF and 38. RGB value is (206,207,56). Sum of RGB (Red+Green+Blue) = 206+207+56=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF38 is #3130C7. Grayscale: #BEBEBE. Windows color (decimal): -3223752 or 3723214. OLE color: 3723214.
HSL color Cylindrical-coordinate representation of color #CECF38: hue angle of 60.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CECF38 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 56 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.19 |
| HSL | 60.4º | 0.61% | 0.52% | - |
| HSV(B) | 60.4º | 0.73% | 0.81% | - |
| XYZ | 48.48 | 58.03 | 12.39 | - |
| YUV | 189.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 56 | 0.00 | 0 | 0.73 | 0.19 | 60.4 | 0.61 | 0.52 |
| Hex | CE | CF | 38 | 0 | 0 | 49 | 13 | 3C | 3D | 34 |
| Octal | 316 | 317 | 70 | 0 | 0 | 111 | 23 | 74 | 75 | 64 |
| Binary | 11001110 | 11001111 | 111000 | 0 | 0 | 1001001 | 10011 | 111100 | 111101 | 110100 |
Color Harmonies of #CECF38
Complementary color
Monochromatic Colors of #CECF38
Black with #CECF38
Text Example
Text Example
White with #CECF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF38; }
p { color: rgb(206,207,56); }
H1.HeaderClassName
{
color: #CECF38;
}
.AnyTagClassName
{
color: #CECF38;
}
</style>
background-color css
<style>
a { background-color: #CECF38; }
a { background-color: rgb(206,207,56); }
div.DivClassName
{
background-color: #CECF38;
}
.BgClassName
{
background-color: #CECF38;
}
</style>
border-color css
<style>
span { border-color: #CECF38; }
span { border-color: rgb(206,207,56); }
td.TdClassName
{
border-color: #CECF38;
}
.TagClassName
{
border-color: #CECF38;
}
</style>