Shades of Wattle #CED04A
Tints of Wattle #CED04A
RGB
CMYK
RGB Variations
Color information
#CED04A (or 0xCED04A) is known color: Wattle. HEX triplet: CE, D0 and 4A. RGB value is (206,208,74). Sum of RGB (Red+Green+Blue) = 206+208+74=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #CED04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED04A is #312FB5. Grayscale: #C0C0C0. Windows color (decimal): -3223478 or 4903118. OLE color: 4903118.
HSL color Cylindrical-coordinate representation of color #CED04A: hue angle of 60.9º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED04A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 74 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.18 |
| HSL | 60.9º | 0.59% | 0.55% | - |
| HSV(B) | 60.9º | 0.64% | 0.82% | - |
| XYZ | 49.25 | 58.73 | 15.22 | - |
| YUV | 192.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 74 | 0.01 | 0 | 0.64 | 0.18 | 60.9 | 0.59 | 0.55 |
| Hex | CE | D0 | 4A | 1 | 0 | 40 | 12 | 3D | 3B | 37 |
| Octal | 316 | 320 | 112 | 1 | 0 | 100 | 22 | 75 | 73 | 67 |
| Binary | 11001110 | 11010000 | 1001010 | 1 | 0 | 1000000 | 10010 | 111101 | 111011 | 110111 |
Color Harmonies of #CED04A
Complementary color
Monochromatic Colors of #CED04A
Black with #CED04A
Text Example
Text Example
White with #CED04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED04A; }
p { color: rgb(206,208,74); }
H1.HeaderClassName
{
color: #CED04A;
}
.AnyTagClassName
{
color: #CED04A;
}
</style>
background-color css
<style>
a { background-color: #CED04A; }
a { background-color: rgb(206,208,74); }
div.DivClassName
{
background-color: #CED04A;
}
.BgClassName
{
background-color: #CED04A;
}
</style>
border-color css
<style>
span { border-color: #CED04A; }
span { border-color: rgb(206,208,74); }
td.TdClassName
{
border-color: #CED04A;
}
.TagClassName
{
border-color: #CED04A;
}
</style>