Shades of Wattle #CECF4B
Tints of Wattle #CECF4B
RGB
CMYK
RGB Variations
Color information
#CECF4B (or 0xCECF4B) is known color: Wattle. HEX triplet: CE, CF and 4B. RGB value is (206,207,75). Sum of RGB (Red+Green+Blue) = 206+207+75=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF4B is #3130B4. Grayscale: #C0C0C0. Windows color (decimal): -3223733 or 4968398. OLE color: 4968398.
HSL color Cylindrical-coordinate representation of color #CECF4B: 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 #CECF4B is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 75 | - |
| 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.04 | 58.26 | 15.32 | - |
| YUV | 191.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 75 | 0.00 | 0 | 0.64 | 0.19 | 60.45 | 0.58 | 0.55 |
| Hex | CE | CF | 4B | 0 | 0 | 40 | 13 | 3C | 3A | 37 |
| Octal | 316 | 317 | 113 | 0 | 0 | 100 | 23 | 74 | 72 | 67 |
| Binary | 11001110 | 11001111 | 1001011 | 0 | 0 | 1000000 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CECF4B
Complementary color
Monochromatic Colors of #CECF4B
Black with #CECF4B
Text Example
Text Example
White with #CECF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF4B; }
p { color: rgb(206,207,75); }
H1.HeaderClassName
{
color: #CECF4B;
}
.AnyTagClassName
{
color: #CECF4B;
}
</style>
background-color css
<style>
a { background-color: #CECF4B; }
a { background-color: rgb(206,207,75); }
div.DivClassName
{
background-color: #CECF4B;
}
.BgClassName
{
background-color: #CECF4B;
}
</style>
border-color css
<style>
span { border-color: #CECF4B; }
span { border-color: rgb(206,207,75); }
td.TdClassName
{
border-color: #CECF4B;
}
.TagClassName
{
border-color: #CECF4B;
}
</style>