Shades of Wattle #CED14A
Tints of Wattle #CED14A
RGB
CMYK
RGB Variations
Color information
#CED14A (or 0xCED14A) is known color: Wattle. HEX triplet: CE, D1 and 4A. RGB value is (206,209,74). Sum of RGB (Red+Green+Blue) = 206+209+74=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED14A is #312EB5. Grayscale: #C1C1C1. Windows color (decimal): -3223222 or 4903374. OLE color: 4903374.
HSL color Cylindrical-coordinate representation of color #CED14A: hue angle of 61.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED14A is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 74 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.18 |
| HSL | 61.33º | 0.59% | 0.55% | - |
| HSV(B) | 61.33º | 0.65% | 0.82% | - |
| XYZ | 49.49 | 59.22 | 15.3 | - |
| YUV | 192.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 74 | 0.01 | 0 | 0.65 | 0.18 | 61.33 | 0.59 | 0.55 |
| Hex | CE | D1 | 4A | 1 | 0 | 41 | 12 | 3D | 3B | 37 |
| Octal | 316 | 321 | 112 | 1 | 0 | 101 | 22 | 75 | 73 | 67 |
| Binary | 11001110 | 11010001 | 1001010 | 1 | 0 | 1000001 | 10010 | 111101 | 111011 | 110111 |
Color Harmonies of #CED14A
Complementary color
Monochromatic Colors of #CED14A
Black with #CED14A
Text Example
Text Example
White with #CED14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED14A; }
p { color: rgb(206,209,74); }
H1.HeaderClassName
{
color: #CED14A;
}
.AnyTagClassName
{
color: #CED14A;
}
</style>
background-color css
<style>
a { background-color: #CED14A; }
a { background-color: rgb(206,209,74); }
div.DivClassName
{
background-color: #CED14A;
}
.BgClassName
{
background-color: #CED14A;
}
</style>
border-color css
<style>
span { border-color: #CED14A; }
span { border-color: rgb(206,209,74); }
td.TdClassName
{
border-color: #CED14A;
}
.TagClassName
{
border-color: #CED14A;
}
</style>