Shades of Wattle #CECF4A
Tints of Wattle #CECF4A
RGB
CMYK
RGB Variations
Color information
#CECF4A (or 0xCECF4A) is known color: Wattle. HEX triplet: CE, CF and 4A. RGB value is (206,207,74). Sum of RGB (Red+Green+Blue) = 206+207+74=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF4A is #3130B5. Grayscale: #C0C0C0. Windows color (decimal): -3223734 or 4902862. OLE color: 4902862.
HSL color Cylindrical-coordinate representation of color #CECF4A: hue angle of 60.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CECF4A is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 74 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.19 |
| HSL | 60.45º | 0.58% | 0.55% | - |
| HSV(B) | 60.45º | 0.64% | 0.81% | - |
| XYZ | 49 | 58.24 | 15.14 | - |
| YUV | 191.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 74 | 0.00 | 0 | 0.64 | 0.19 | 60.45 | 0.58 | 0.55 |
| Hex | CE | CF | 4A | 0 | 0 | 40 | 13 | 3C | 3A | 37 |
| Octal | 316 | 317 | 112 | 0 | 0 | 100 | 23 | 74 | 72 | 67 |
| Binary | 11001110 | 11001111 | 1001010 | 0 | 0 | 1000000 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CECF4A
Complementary color
Monochromatic Colors of #CECF4A
Black with #CECF4A
Text Example
Text Example
White with #CECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF4A; }
p { color: rgb(206,207,74); }
H1.HeaderClassName
{
color: #CECF4A;
}
.AnyTagClassName
{
color: #CECF4A;
}
</style>
background-color css
<style>
a { background-color: #CECF4A; }
a { background-color: rgb(206,207,74); }
div.DivClassName
{
background-color: #CECF4A;
}
.BgClassName
{
background-color: #CECF4A;
}
</style>
border-color css
<style>
span { border-color: #CECF4A; }
span { border-color: rgb(206,207,74); }
td.TdClassName
{
border-color: #CECF4A;
}
.TagClassName
{
border-color: #CECF4A;
}
</style>