Shades of Wattle #E1CA32
Tints of Wattle #E1CA32
RGB
CMYK
RGB Variations
Color information
#E1CA32 (or 0xE1CA32) is known color: Wattle. HEX triplet: E1, CA and 32. RGB value is (225,202,50). Sum of RGB (Red+Green+Blue) = 225+202+50=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA32 is #1E35CD. Grayscale: #C0C0C0. Windows color (decimal): -1979854 or 3328737. OLE color: 3328737.
HSL color Cylindrical-coordinate representation of color #E1CA32: hue angle of 52.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1CA32 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 50 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.12 |
| HSL | 52.11º | 0.74% | 0.54% | - |
| HSV(B) | 52.11º | 0.78% | 0.88% | - |
| XYZ | 52.75 | 58.48 | 11.53 | - |
| YUV | 191.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 50 | 0 | 0.10 | 0.78 | 0.12 | 52.11 | 0.74 | 0.54 |
| Hex | E1 | CA | 32 | 0 | A | 4E | C | 34 | 4A | 36 |
| Octal | 341 | 312 | 62 | 0 | 12 | 116 | 14 | 64 | 112 | 66 |
| Binary | 11100001 | 11001010 | 110010 | 0 | 1010 | 1001110 | 1100 | 110100 | 1001010 | 110110 |
Color Harmonies of #E1CA32
Complementary color
Monochromatic Colors of #E1CA32
Black with #E1CA32
Text Example
Text Example
White with #E1CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA32; }
p { color: rgb(225,202,50); }
H1.HeaderClassName
{
color: #E1CA32;
}
.AnyTagClassName
{
color: #E1CA32;
}
</style>
background-color css
<style>
a { background-color: #E1CA32; }
a { background-color: rgb(225,202,50); }
div.DivClassName
{
background-color: #E1CA32;
}
.BgClassName
{
background-color: #E1CA32;
}
</style>
border-color css
<style>
span { border-color: #E1CA32; }
span { border-color: rgb(225,202,50); }
td.TdClassName
{
border-color: #E1CA32;
}
.TagClassName
{
border-color: #E1CA32;
}
</style>