Shades of Wattle #CEC54B
Tints of Wattle #CEC54B
RGB
CMYK
RGB Variations
Color information
#CEC54B (or 0xCEC54B) is known color: Wattle. HEX triplet: CE, C5 and 4B. RGB value is (206,197,75). Sum of RGB (Red+Green+Blue) = 206+197+75=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC54B is #313AB4. Grayscale: #BABABA. Windows color (decimal): -3226293 or 4965838. OLE color: 4965838.
HSL color Cylindrical-coordinate representation of color #CEC54B: hue angle of 55.88º 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 #CEC54B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 75 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.19 |
| HSL | 55.88º | 0.57% | 0.55% | - |
| HSV(B) | 55.88º | 0.64% | 0.81% | - |
| XYZ | 46.69 | 53.56 | 14.53 | - |
| YUV | 185.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 75 | 0 | 0.04 | 0.64 | 0.19 | 55.88 | 0.57 | 0.55 |
| Hex | CE | C5 | 4B | 0 | 4 | 40 | 13 | 38 | 39 | 37 |
| Octal | 316 | 305 | 113 | 0 | 4 | 100 | 23 | 70 | 71 | 67 |
| Binary | 11001110 | 11000101 | 1001011 | 0 | 100 | 1000000 | 10011 | 111000 | 111001 | 110111 |
Color Harmonies of #CEC54B
Complementary color
Monochromatic Colors of #CEC54B
Black with #CEC54B
Text Example
Text Example
White with #CEC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC54B; }
p { color: rgb(206,197,75); }
H1.HeaderClassName
{
color: #CEC54B;
}
.AnyTagClassName
{
color: #CEC54B;
}
</style>
background-color css
<style>
a { background-color: #CEC54B; }
a { background-color: rgb(206,197,75); }
div.DivClassName
{
background-color: #CEC54B;
}
.BgClassName
{
background-color: #CEC54B;
}
</style>
border-color css
<style>
span { border-color: #CEC54B; }
span { border-color: rgb(206,197,75); }
td.TdClassName
{
border-color: #CEC54B;
}
.TagClassName
{
border-color: #CEC54B;
}
</style>