Shades of Wattle #CECA4A
Tints of Wattle #CECA4A
RGB
CMYK
RGB Variations
Color information
#CECA4A (or 0xCECA4A) is known color: Wattle. HEX triplet: CE, CA and 4A. RGB value is (206,202,74). Sum of RGB (Red+Green+Blue) = 206+202+74=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA4A is #3135B5. Grayscale: #BDBDBD. Windows color (decimal): -3225014 or 4901582. OLE color: 4901582.
HSL color Cylindrical-coordinate representation of color #CECA4A: hue angle of 58.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CECA4A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 74 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.19 |
| HSL | 58.18º | 0.57% | 0.55% | - |
| HSV(B) | 58.18º | 0.64% | 0.81% | - |
| XYZ | 47.81 | 55.86 | 14.74 | - |
| YUV | 188.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 74 | 0 | 0.02 | 0.64 | 0.19 | 58.18 | 0.57 | 0.55 |
| Hex | CE | CA | 4A | 0 | 2 | 40 | 13 | 3A | 39 | 37 |
| Octal | 316 | 312 | 112 | 0 | 2 | 100 | 23 | 72 | 71 | 67 |
| Binary | 11001110 | 11001010 | 1001010 | 0 | 10 | 1000000 | 10011 | 111010 | 111001 | 110111 |
Color Harmonies of #CECA4A
Complementary color
Monochromatic Colors of #CECA4A
Black with #CECA4A
Text Example
Text Example
White with #CECA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA4A; }
p { color: rgb(206,202,74); }
H1.HeaderClassName
{
color: #CECA4A;
}
.AnyTagClassName
{
color: #CECA4A;
}
</style>
background-color css
<style>
a { background-color: #CECA4A; }
a { background-color: rgb(206,202,74); }
div.DivClassName
{
background-color: #CECA4A;
}
.BgClassName
{
background-color: #CECA4A;
}
</style>
border-color css
<style>
span { border-color: #CECA4A; }
span { border-color: rgb(206,202,74); }
td.TdClassName
{
border-color: #CECA4A;
}
.TagClassName
{
border-color: #CECA4A;
}
</style>