Shades of Wattle #CEC244
Tints of Wattle #CEC244
RGB
CMYK
RGB Variations
Color information
#CEC244 (or 0xCEC244) is known color: Wattle. HEX triplet: CE, C2 and 44. RGB value is (206,194,68). Sum of RGB (Red+Green+Blue) = 206+194+68=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC244 is #313DBB. Grayscale: #B7B7B7. Windows color (decimal): -3227068 or 4506318. OLE color: 4506318.
HSL color Cylindrical-coordinate representation of color #CEC244: hue angle of 54.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC244 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 68 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.19 |
| HSL | 54.78º | 0.58% | 0.54% | - |
| HSV(B) | 54.78º | 0.67% | 0.81% | - |
| XYZ | 45.79 | 52.12 | 13.12 | - |
| YUV | 183.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 68 | 0 | 0.06 | 0.67 | 0.19 | 54.78 | 0.58 | 0.54 |
| Hex | CE | C2 | 44 | 0 | 6 | 43 | 13 | 37 | 3A | 36 |
| Octal | 316 | 302 | 104 | 0 | 6 | 103 | 23 | 67 | 72 | 66 |
| Binary | 11001110 | 11000010 | 1000100 | 0 | 110 | 1000011 | 10011 | 110111 | 111010 | 110110 |
Color Harmonies of #CEC244
Complementary color
Monochromatic Colors of #CEC244
Black with #CEC244
Text Example
Text Example
White with #CEC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC244; }
p { color: rgb(206,194,68); }
H1.HeaderClassName
{
color: #CEC244;
}
.AnyTagClassName
{
color: #CEC244;
}
</style>
background-color css
<style>
a { background-color: #CEC244; }
a { background-color: rgb(206,194,68); }
div.DivClassName
{
background-color: #CEC244;
}
.BgClassName
{
background-color: #CEC244;
}
</style>
border-color css
<style>
span { border-color: #CEC244; }
span { border-color: rgb(206,194,68); }
td.TdClassName
{
border-color: #CEC244;
}
.TagClassName
{
border-color: #CEC244;
}
</style>