Shades of Wattle #E0C33A
Tints of Wattle #E0C33A
RGB
CMYK
RGB Variations
Color information
#E0C33A (or 0xE0C33A) is known color: Wattle. HEX triplet: E0, C3 and 3A. RGB value is (224,195,58). Sum of RGB (Red+Green+Blue) = 224+195+58=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C33A is #1F3CC5. Grayscale: #BCBCBC. Windows color (decimal): -2047174 or 3851232. OLE color: 3851232.
HSL color Cylindrical-coordinate representation of color #E0C33A: hue angle of 49.52º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0C33A is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 58 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.12 |
| HSL | 49.52º | 0.73% | 0.55% | - |
| HSV(B) | 49.52º | 0.74% | 0.88% | - |
| XYZ | 51.02 | 55.18 | 11.97 | - |
| YUV | 188.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 58 | 0 | 0.13 | 0.74 | 0.12 | 49.52 | 0.73 | 0.55 |
| Hex | E0 | C3 | 3A | 0 | D | 4A | C | 32 | 49 | 37 |
| Octal | 340 | 303 | 72 | 0 | 15 | 112 | 14 | 62 | 111 | 67 |
| Binary | 11100000 | 11000011 | 111010 | 0 | 1101 | 1001010 | 1100 | 110010 | 1001001 | 110111 |
Color Harmonies of #E0C33A
Complementary color
Monochromatic Colors of #E0C33A
Black with #E0C33A
Text Example
Text Example
White with #E0C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C33A; }
p { color: rgb(224,195,58); }
H1.HeaderClassName
{
color: #E0C33A;
}
.AnyTagClassName
{
color: #E0C33A;
}
</style>
background-color css
<style>
a { background-color: #E0C33A; }
a { background-color: rgb(224,195,58); }
div.DivClassName
{
background-color: #E0C33A;
}
.BgClassName
{
background-color: #E0C33A;
}
</style>
border-color css
<style>
span { border-color: #E0C33A; }
span { border-color: rgb(224,195,58); }
td.TdClassName
{
border-color: #E0C33A;
}
.TagClassName
{
border-color: #E0C33A;
}
</style>