Shades of Wattle #CEC243
Tints of Wattle #CEC243
RGB
CMYK
RGB Variations
Color information
#CEC243 (or 0xCEC243) is known color: Wattle. HEX triplet: CE, C2 and 43. RGB value is (206,194,67). Sum of RGB (Red+Green+Blue) = 206+194+67=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC243 is #313DBC. Grayscale: #B7B7B7. Windows color (decimal): -3227069 or 4440782. OLE color: 4440782.
HSL color Cylindrical-coordinate representation of color #CEC243: hue angle of 54.82º degrees, saturation: 0.59, 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 #CEC243 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 67 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.19 |
| HSL | 54.82º | 0.59% | 0.54% | - |
| HSV(B) | 54.82º | 0.67% | 0.81% | - |
| XYZ | 45.76 | 52.11 | 12.96 | - |
| YUV | 183.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 67 | 0 | 0.06 | 0.67 | 0.19 | 54.82 | 0.59 | 0.54 |
| Hex | CE | C2 | 43 | 0 | 6 | 43 | 13 | 37 | 3B | 36 |
| Octal | 316 | 302 | 103 | 0 | 6 | 103 | 23 | 67 | 73 | 66 |
| Binary | 11001110 | 11000010 | 1000011 | 0 | 110 | 1000011 | 10011 | 110111 | 111011 | 110110 |
Color Harmonies of #CEC243
Complementary color
Monochromatic Colors of #CEC243
Black with #CEC243
Text Example
Text Example
White with #CEC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC243; }
p { color: rgb(206,194,67); }
H1.HeaderClassName
{
color: #CEC243;
}
.AnyTagClassName
{
color: #CEC243;
}
</style>
background-color css
<style>
a { background-color: #CEC243; }
a { background-color: rgb(206,194,67); }
div.DivClassName
{
background-color: #CEC243;
}
.BgClassName
{
background-color: #CEC243;
}
</style>
border-color css
<style>
span { border-color: #CEC243; }
span { border-color: rgb(206,194,67); }
td.TdClassName
{
border-color: #CEC243;
}
.TagClassName
{
border-color: #CEC243;
}
</style>