Shades of Wattle #CEC24A
Tints of Wattle #CEC24A
RGB
CMYK
RGB Variations
Color information
#CEC24A (or 0xCEC24A) is known color: Wattle. HEX triplet: CE, C2 and 4A. RGB value is (206,194,74). Sum of RGB (Red+Green+Blue) = 206+194+74=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC24A is #313DB5. Grayscale: #B8B8B8. Windows color (decimal): -3227062 or 4899534. OLE color: 4899534.
HSL color Cylindrical-coordinate representation of color #CEC24A: hue angle of 54.55º degrees, saturation: 0.57, 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 #CEC24A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 74 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.19 |
| HSL | 54.55º | 0.57% | 0.55% | - |
| HSV(B) | 54.55º | 0.64% | 0.81% | - |
| XYZ | 45.98 | 52.2 | 14.13 | - |
| YUV | 183.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 74 | 0 | 0.06 | 0.64 | 0.19 | 54.55 | 0.57 | 0.55 |
| Hex | CE | C2 | 4A | 0 | 6 | 40 | 13 | 37 | 39 | 37 |
| Octal | 316 | 302 | 112 | 0 | 6 | 100 | 23 | 67 | 71 | 67 |
| Binary | 11001110 | 11000010 | 1001010 | 0 | 110 | 1000000 | 10011 | 110111 | 111001 | 110111 |
Color Harmonies of #CEC24A
Complementary color
Monochromatic Colors of #CEC24A
Black with #CEC24A
Text Example
Text Example
White with #CEC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC24A; }
p { color: rgb(206,194,74); }
H1.HeaderClassName
{
color: #CEC24A;
}
.AnyTagClassName
{
color: #CEC24A;
}
</style>
background-color css
<style>
a { background-color: #CEC24A; }
a { background-color: rgb(206,194,74); }
div.DivClassName
{
background-color: #CEC24A;
}
.BgClassName
{
background-color: #CEC24A;
}
</style>
border-color css
<style>
span { border-color: #CEC24A; }
span { border-color: rgb(206,194,74); }
td.TdClassName
{
border-color: #CEC24A;
}
.TagClassName
{
border-color: #CEC24A;
}
</style>