Shades of Wattle #CECA42
Tints of Wattle #CECA42
RGB
CMYK
RGB Variations
Color information
#CECA42 (or 0xCECA42) is known color: Wattle. HEX triplet: CE, CA and 42. RGB value is (206,202,66). Sum of RGB (Red+Green+Blue) = 206+202+66=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA42 is #3135BD. Grayscale: #BCBCBC. Windows color (decimal): -3225022 or 4377294. OLE color: 4377294.
HSL color Cylindrical-coordinate representation of color #CECA42: hue angle of 58.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CECA42 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 66 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.19 |
| HSL | 58.29º | 0.59% | 0.53% | - |
| HSV(B) | 58.29º | 0.68% | 0.81% | - |
| XYZ | 47.56 | 55.76 | 13.41 | - |
| YUV | 187.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 66 | 0 | 0.02 | 0.68 | 0.19 | 58.29 | 0.59 | 0.53 |
| Hex | CE | CA | 42 | 0 | 2 | 44 | 13 | 3A | 3B | 35 |
| Octal | 316 | 312 | 102 | 0 | 2 | 104 | 23 | 72 | 73 | 65 |
| Binary | 11001110 | 11001010 | 1000010 | 0 | 10 | 1000100 | 10011 | 111010 | 111011 | 110101 |
Color Harmonies of #CECA42
Complementary color
Monochromatic Colors of #CECA42
Black with #CECA42
Text Example
Text Example
White with #CECA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA42; }
p { color: rgb(206,202,66); }
H1.HeaderClassName
{
color: #CECA42;
}
.AnyTagClassName
{
color: #CECA42;
}
</style>
background-color css
<style>
a { background-color: #CECA42; }
a { background-color: rgb(206,202,66); }
div.DivClassName
{
background-color: #CECA42;
}
.BgClassName
{
background-color: #CECA42;
}
</style>
border-color css
<style>
span { border-color: #CECA42; }
span { border-color: rgb(206,202,66); }
td.TdClassName
{
border-color: #CECA42;
}
.TagClassName
{
border-color: #CECA42;
}
</style>