Shades of Wattle #CEC23B
Tints of Wattle #CEC23B
RGB
CMYK
RGB Variations
Color information
#CEC23B (or 0xCEC23B) is known color: Wattle. HEX triplet: CE, C2 and 3B. RGB value is (206,194,59). Sum of RGB (Red+Green+Blue) = 206+194+59=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC23B is #313DC4. Grayscale: #B6B6B6. Windows color (decimal): -3227077 or 3916494. OLE color: 3916494.
HSL color Cylindrical-coordinate representation of color #CEC23B: hue angle of 55.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC23B is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 59 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.19 |
| HSL | 55.1º | 0.6% | 0.52% | - |
| HSV(B) | 55.1º | 0.71% | 0.81% | - |
| XYZ | 45.53 | 52.02 | 11.78 | - |
| YUV | 182.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 59 | 0 | 0.06 | 0.71 | 0.19 | 55.1 | 0.6 | 0.52 |
| Hex | CE | C2 | 3B | 0 | 6 | 47 | 13 | 37 | 3C | 34 |
| Octal | 316 | 302 | 73 | 0 | 6 | 107 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000010 | 111011 | 0 | 110 | 1000111 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC23B
Complementary color
Monochromatic Colors of #CEC23B
Black with #CEC23B
Text Example
Text Example
White with #CEC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC23B; }
p { color: rgb(206,194,59); }
H1.HeaderClassName
{
color: #CEC23B;
}
.AnyTagClassName
{
color: #CEC23B;
}
</style>
background-color css
<style>
a { background-color: #CEC23B; }
a { background-color: rgb(206,194,59); }
div.DivClassName
{
background-color: #CEC23B;
}
.BgClassName
{
background-color: #CEC23B;
}
</style>
border-color css
<style>
span { border-color: #CEC23B; }
span { border-color: rgb(206,194,59); }
td.TdClassName
{
border-color: #CEC23B;
}
.TagClassName
{
border-color: #CEC23B;
}
</style>