Shades of Wattle #CEC23E
Tints of Wattle #CEC23E
RGB
CMYK
RGB Variations
Color information
#CEC23E (or 0xCEC23E) is known color: Wattle. HEX triplet: CE, C2 and 3E. RGB value is (206,194,62). Sum of RGB (Red+Green+Blue) = 206+194+62=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC23E is #313DC1. Grayscale: #B7B7B7. Windows color (decimal): -3227074 or 4113102. OLE color: 4113102.
HSL color Cylindrical-coordinate representation of color #CEC23E: hue angle of 55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC23E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 62 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.19 |
| HSL | 55º | 0.6% | 0.53% | - |
| HSV(B) | 55º | 0.7% | 0.81% | - |
| XYZ | 45.61 | 52.05 | 12.2 | - |
| YUV | 182.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 62 | 0 | 0.06 | 0.70 | 0.19 | 55 | 0.6 | 0.53 |
| Hex | CE | C2 | 3E | 0 | 6 | 46 | 13 | 37 | 3C | 35 |
| Octal | 316 | 302 | 76 | 0 | 6 | 106 | 23 | 67 | 74 | 65 |
| Binary | 11001110 | 11000010 | 111110 | 0 | 110 | 1000110 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CEC23E
Complementary color
Monochromatic Colors of #CEC23E
Black with #CEC23E
Text Example
Text Example
White with #CEC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC23E; }
p { color: rgb(206,194,62); }
H1.HeaderClassName
{
color: #CEC23E;
}
.AnyTagClassName
{
color: #CEC23E;
}
</style>
background-color css
<style>
a { background-color: #CEC23E; }
a { background-color: rgb(206,194,62); }
div.DivClassName
{
background-color: #CEC23E;
}
.BgClassName
{
background-color: #CEC23E;
}
</style>
border-color css
<style>
span { border-color: #CEC23E; }
span { border-color: rgb(206,194,62); }
td.TdClassName
{
border-color: #CEC23E;
}
.TagClassName
{
border-color: #CEC23E;
}
</style>