Shades of Wattle #CEC435
Tints of Wattle #CEC435
RGB
CMYK
RGB Variations
Color information
#CEC435 (or 0xCEC435) is known color: Wattle. HEX triplet: CE, C4 and 35. RGB value is (206,196,53). Sum of RGB (Red+Green+Blue) = 206+196+53=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC435 is #313BCA. Grayscale: #B7B7B7. Windows color (decimal): -3226571 or 3523790. OLE color: 3523790.
HSL color Cylindrical-coordinate representation of color #CEC435: hue angle of 56.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEC435 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 53 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.19 |
| HSL | 56.08º | 0.61% | 0.51% | - |
| HSV(B) | 56.08º | 0.74% | 0.81% | - |
| XYZ | 45.84 | 52.86 | 11.16 | - |
| YUV | 182.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 53 | 0 | 0.05 | 0.74 | 0.19 | 56.08 | 0.61 | 0.51 |
| Hex | CE | C4 | 35 | 0 | 5 | 4A | 13 | 38 | 3D | 33 |
| Octal | 316 | 304 | 65 | 0 | 5 | 112 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000100 | 110101 | 0 | 101 | 1001010 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC435
Complementary color
Monochromatic Colors of #CEC435
Black with #CEC435
Text Example
Text Example
White with #CEC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC435; }
p { color: rgb(206,196,53); }
H1.HeaderClassName
{
color: #CEC435;
}
.AnyTagClassName
{
color: #CEC435;
}
</style>
background-color css
<style>
a { background-color: #CEC435; }
a { background-color: rgb(206,196,53); }
div.DivClassName
{
background-color: #CEC435;
}
.BgClassName
{
background-color: #CEC435;
}
</style>
border-color css
<style>
span { border-color: #CEC435; }
span { border-color: rgb(206,196,53); }
td.TdClassName
{
border-color: #CEC435;
}
.TagClassName
{
border-color: #CEC435;
}
</style>