Shades of Wattle #CECE39
Tints of Wattle #CECE39
RGB
CMYK
RGB Variations
Color information
#CECE39 (or 0xCECE39) is known color: Wattle. HEX triplet: CE, CE and 39. RGB value is (206,206,57). Sum of RGB (Red+Green+Blue) = 206+206+57=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 57 (22.66% from 255 or 12.15% from 469); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE39 is #3131C6. Grayscale: #BDBDBD. Windows color (decimal): -3224007 or 3788494. OLE color: 3788494.
HSL color Cylindrical-coordinate representation of color #CECE39: hue angle of 60º 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 #CECE39 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 57 | - |
| CMYK | 0 | 0 | 0.72 | 0.19 |
| HSL | 60º | 0.6% | 0.52% | - |
| HSV(B) | 60º | 0.72% | 0.81% | - |
| XYZ | 48.26 | 57.56 | 12.44 | - |
| YUV | 189.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 57 | 0 | 0 | 0.72 | 0.19 | 60 | 0.6 | 0.52 |
| Hex | CE | CE | 39 | 0 | 0 | 48 | 13 | 3C | 3C | 34 |
| Octal | 316 | 316 | 71 | 0 | 0 | 110 | 23 | 74 | 74 | 64 |
| Binary | 11001110 | 11001110 | 111001 | 0 | 0 | 1001000 | 10011 | 111100 | 111100 | 110100 |
Color Harmonies of #CECE39
Complementary color
Monochromatic Colors of #CECE39
Black with #CECE39
Text Example
Text Example
White with #CECE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE39; }
p { color: rgb(206,206,57); }
H1.HeaderClassName
{
color: #CECE39;
}
.AnyTagClassName
{
color: #CECE39;
}
</style>
background-color css
<style>
a { background-color: #CECE39; }
a { background-color: rgb(206,206,57); }
div.DivClassName
{
background-color: #CECE39;
}
.BgClassName
{
background-color: #CECE39;
}
</style>
border-color css
<style>
span { border-color: #CECE39; }
span { border-color: rgb(206,206,57); }
td.TdClassName
{
border-color: #CECE39;
}
.TagClassName
{
border-color: #CECE39;
}
</style>