Shades of Wattle #CEC73E
Tints of Wattle #CEC73E
RGB
CMYK
RGB Variations
Color information
#CEC73E (or 0xCEC73E) is known color: Wattle. HEX triplet: CE, C7 and 3E. RGB value is (206,199,62). Sum of RGB (Red+Green+Blue) = 206+199+62=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC73E is #3138C1. Grayscale: #BABABA. Windows color (decimal): -3225794 or 4114382. OLE color: 4114382.
HSL color Cylindrical-coordinate representation of color #CEC73E: hue angle of 57.08º 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 #CEC73E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 62 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.19 |
| HSL | 57.08º | 0.6% | 0.53% | - |
| HSV(B) | 57.08º | 0.7% | 0.81% | - |
| XYZ | 46.75 | 54.32 | 12.58 | - |
| YUV | 185.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 62 | 0 | 0.03 | 0.70 | 0.19 | 57.08 | 0.6 | 0.53 |
| Hex | CE | C7 | 3E | 0 | 3 | 46 | 13 | 39 | 3C | 35 |
| Octal | 316 | 307 | 76 | 0 | 3 | 106 | 23 | 71 | 74 | 65 |
| Binary | 11001110 | 11000111 | 111110 | 0 | 11 | 1000110 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CEC73E
Complementary color
Monochromatic Colors of #CEC73E
Black with #CEC73E
Text Example
Text Example
White with #CEC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC73E; }
p { color: rgb(206,199,62); }
H1.HeaderClassName
{
color: #CEC73E;
}
.AnyTagClassName
{
color: #CEC73E;
}
</style>
background-color css
<style>
a { background-color: #CEC73E; }
a { background-color: rgb(206,199,62); }
div.DivClassName
{
background-color: #CEC73E;
}
.BgClassName
{
background-color: #CEC73E;
}
</style>
border-color css
<style>
span { border-color: #CEC73E; }
span { border-color: rgb(206,199,62); }
td.TdClassName
{
border-color: #CEC73E;
}
.TagClassName
{
border-color: #CEC73E;
}
</style>