Shades of Wattle #CEC74B
Tints of Wattle #CEC74B
RGB
CMYK
RGB Variations
Color information
#CEC74B (or 0xCEC74B) is known color: Wattle. HEX triplet: CE, C7 and 4B. RGB value is (206,199,75). Sum of RGB (Red+Green+Blue) = 206+199+75=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC74B is #3138B4. Grayscale: #BBBBBB. Windows color (decimal): -3225781 or 4966350. OLE color: 4966350.
HSL color Cylindrical-coordinate representation of color #CEC74B: hue angle of 56.79º 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 #CEC74B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 75 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.19 |
| HSL | 56.79º | 0.57% | 0.55% | - |
| HSV(B) | 56.79º | 0.64% | 0.81% | - |
| XYZ | 47.15 | 54.48 | 14.69 | - |
| YUV | 186.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 75 | 0 | 0.03 | 0.64 | 0.19 | 56.79 | 0.57 | 0.55 |
| Hex | CE | C7 | 4B | 0 | 3 | 40 | 13 | 39 | 39 | 37 |
| Octal | 316 | 307 | 113 | 0 | 3 | 100 | 23 | 71 | 71 | 67 |
| Binary | 11001110 | 11000111 | 1001011 | 0 | 11 | 1000000 | 10011 | 111001 | 111001 | 110111 |
Color Harmonies of #CEC74B
Complementary color
Monochromatic Colors of #CEC74B
Black with #CEC74B
Text Example
Text Example
White with #CEC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC74B; }
p { color: rgb(206,199,75); }
H1.HeaderClassName
{
color: #CEC74B;
}
.AnyTagClassName
{
color: #CEC74B;
}
</style>
background-color css
<style>
a { background-color: #CEC74B; }
a { background-color: rgb(206,199,75); }
div.DivClassName
{
background-color: #CEC74B;
}
.BgClassName
{
background-color: #CEC74B;
}
</style>
border-color css
<style>
span { border-color: #CEC74B; }
span { border-color: rgb(206,199,75); }
td.TdClassName
{
border-color: #CEC74B;
}
.TagClassName
{
border-color: #CEC74B;
}
</style>