Shades of Wattle #CECA3A
Tints of Wattle #CECA3A
RGB
CMYK
RGB Variations
Color information
#CECA3A (or 0xCECA3A) is known color: Wattle. HEX triplet: CE, CA and 3A. RGB value is (206,202,58). Sum of RGB (Red+Green+Blue) = 206+202+58=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA3A is #3135C5. Grayscale: #BBBBBB. Windows color (decimal): -3225030 or 3853006. OLE color: 3853006.
HSL color Cylindrical-coordinate representation of color #CECA3A: hue angle of 58.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CECA3A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 58 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.19 |
| HSL | 58.38º | 0.6% | 0.52% | - |
| HSV(B) | 58.38º | 0.72% | 0.81% | - |
| XYZ | 47.34 | 55.67 | 12.25 | - |
| YUV | 186.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 58 | 0 | 0.02 | 0.72 | 0.19 | 58.38 | 0.6 | 0.52 |
| Hex | CE | CA | 3A | 0 | 2 | 48 | 13 | 3A | 3C | 34 |
| Octal | 316 | 312 | 72 | 0 | 2 | 110 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001010 | 111010 | 0 | 10 | 1001000 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CECA3A
Complementary color
Monochromatic Colors of #CECA3A
Black with #CECA3A
Text Example
Text Example
White with #CECA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA3A; }
p { color: rgb(206,202,58); }
H1.HeaderClassName
{
color: #CECA3A;
}
.AnyTagClassName
{
color: #CECA3A;
}
</style>
background-color css
<style>
a { background-color: #CECA3A; }
a { background-color: rgb(206,202,58); }
div.DivClassName
{
background-color: #CECA3A;
}
.BgClassName
{
background-color: #CECA3A;
}
</style>
border-color css
<style>
span { border-color: #CECA3A; }
span { border-color: rgb(206,202,58); }
td.TdClassName
{
border-color: #CECA3A;
}
.TagClassName
{
border-color: #CECA3A;
}
</style>