Shades of Wattle #CECA2F
Tints of Wattle #CECA2F
RGB
CMYK
RGB Variations
Color information
#CECA2F (or 0xCECA2F) is known color: Wattle. HEX triplet: CE, CA and 2F. RGB value is (206,202,47). Sum of RGB (Red+Green+Blue) = 206+202+47=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA2F is #3135D0. Grayscale: #BABABA. Windows color (decimal): -3225041 or 3132110. OLE color: 3132110.
HSL color Cylindrical-coordinate representation of color #CECA2F: hue angle of 58.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CECA2F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 47 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.19 |
| HSL | 58.49º | 0.63% | 0.5% | - |
| HSV(B) | 58.49º | 0.77% | 0.81% | - |
| XYZ | 47.09 | 55.57 | 10.93 | - |
| YUV | 185.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 47 | 0 | 0.02 | 0.77 | 0.19 | 58.49 | 0.63 | 0.5 |
| Hex | CE | CA | 2F | 0 | 2 | 4D | 13 | 3A | 3F | 32 |
| Octal | 316 | 312 | 57 | 0 | 2 | 115 | 23 | 72 | 77 | 62 |
| Binary | 11001110 | 11001010 | 101111 | 0 | 10 | 1001101 | 10011 | 111010 | 111111 | 110010 |
Color Harmonies of #CECA2F
Complementary color
Monochromatic Colors of #CECA2F
Black with #CECA2F
Text Example
Text Example
White with #CECA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA2F; }
p { color: rgb(206,202,47); }
H1.HeaderClassName
{
color: #CECA2F;
}
.AnyTagClassName
{
color: #CECA2F;
}
</style>
background-color css
<style>
a { background-color: #CECA2F; }
a { background-color: rgb(206,202,47); }
div.DivClassName
{
background-color: #CECA2F;
}
.BgClassName
{
background-color: #CECA2F;
}
</style>
border-color css
<style>
span { border-color: #CECA2F; }
span { border-color: rgb(206,202,47); }
td.TdClassName
{
border-color: #CECA2F;
}
.TagClassName
{
border-color: #CECA2F;
}
</style>