Shades of Wattle #CECA3E
Tints of Wattle #CECA3E
RGB
CMYK
RGB Variations
Color information
#CECA3E (or 0xCECA3E) is known color: Wattle. HEX triplet: CE, CA and 3E. RGB value is (206,202,62). Sum of RGB (Red+Green+Blue) = 206+202+62=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA3E is #3135C1. Grayscale: #BBBBBB. Windows color (decimal): -3225026 or 4115150. OLE color: 4115150.
HSL color Cylindrical-coordinate representation of color #CECA3E: hue angle of 58.33º 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 #CECA3E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.19 |
| HSL | 58.33º | 0.6% | 0.53% | - |
| HSV(B) | 58.33º | 0.7% | 0.81% | - |
| XYZ | 47.44 | 55.71 | 12.81 | - |
| YUV | 187.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 62 | 0 | 0.02 | 0.70 | 0.19 | 58.33 | 0.6 | 0.53 |
| Hex | CE | CA | 3E | 0 | 2 | 46 | 13 | 3A | 3C | 35 |
| Octal | 316 | 312 | 76 | 0 | 2 | 106 | 23 | 72 | 74 | 65 |
| Binary | 11001110 | 11001010 | 111110 | 0 | 10 | 1000110 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CECA3E
Complementary color
Monochromatic Colors of #CECA3E
Black with #CECA3E
Text Example
Text Example
White with #CECA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA3E; }
p { color: rgb(206,202,62); }
H1.HeaderClassName
{
color: #CECA3E;
}
.AnyTagClassName
{
color: #CECA3E;
}
</style>
background-color css
<style>
a { background-color: #CECA3E; }
a { background-color: rgb(206,202,62); }
div.DivClassName
{
background-color: #CECA3E;
}
.BgClassName
{
background-color: #CECA3E;
}
</style>
border-color css
<style>
span { border-color: #CECA3E; }
span { border-color: rgb(206,202,62); }
td.TdClassName
{
border-color: #CECA3E;
}
.TagClassName
{
border-color: #CECA3E;
}
</style>