Shades of Wattle #E0CA33
Tints of Wattle #E0CA33
RGB
CMYK
RGB Variations
Color information
#E0CA33 (or 0xE0CA33) is known color: Wattle. HEX triplet: E0, CA and 33. RGB value is (224,202,51). Sum of RGB (Red+Green+Blue) = 224+202+51=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA33 is #1F35CC. Grayscale: #BFBFBF. Windows color (decimal): -2045389 or 3394272. OLE color: 3394272.
HSL color Cylindrical-coordinate representation of color #E0CA33: hue angle of 52.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0CA33 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 51 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.12 |
| HSL | 52.37º | 0.74% | 0.54% | - |
| HSV(B) | 52.37º | 0.77% | 0.88% | - |
| XYZ | 52.46 | 58.33 | 11.63 | - |
| YUV | 191.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 51 | 0 | 0.10 | 0.77 | 0.12 | 52.37 | 0.74 | 0.54 |
| Hex | E0 | CA | 33 | 0 | A | 4D | C | 34 | 4A | 36 |
| Octal | 340 | 312 | 63 | 0 | 12 | 115 | 14 | 64 | 112 | 66 |
| Binary | 11100000 | 11001010 | 110011 | 0 | 1010 | 1001101 | 1100 | 110100 | 1001010 | 110110 |
Color Harmonies of #E0CA33
Complementary color
Monochromatic Colors of #E0CA33
Black with #E0CA33
Text Example
Text Example
White with #E0CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA33; }
p { color: rgb(224,202,51); }
H1.HeaderClassName
{
color: #E0CA33;
}
.AnyTagClassName
{
color: #E0CA33;
}
</style>
background-color css
<style>
a { background-color: #E0CA33; }
a { background-color: rgb(224,202,51); }
div.DivClassName
{
background-color: #E0CA33;
}
.BgClassName
{
background-color: #E0CA33;
}
</style>
border-color css
<style>
span { border-color: #E0CA33; }
span { border-color: rgb(224,202,51); }
td.TdClassName
{
border-color: #E0CA33;
}
.TagClassName
{
border-color: #E0CA33;
}
</style>