Shades of Wattle #E1CA31
Tints of Wattle #E1CA31
RGB
CMYK
RGB Variations
Color information
#E1CA31 (or 0xE1CA31) is known color: Wattle. HEX triplet: E1, CA and 31. RGB value is (225,202,49). Sum of RGB (Red+Green+Blue) = 225+202+49=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA31 is #1E35CE. Grayscale: #C0C0C0. Windows color (decimal): -1979855 or 3263201. OLE color: 3263201.
HSL color Cylindrical-coordinate representation of color #E1CA31: hue angle of 52.16º degrees, saturation: 0.75, 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 #E1CA31 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.12 |
| HSL | 52.16º | 0.75% | 0.54% | - |
| HSV(B) | 52.16º | 0.78% | 0.88% | - |
| XYZ | 52.73 | 58.47 | 11.41 | - |
| YUV | 191.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 49 | 0 | 0.10 | 0.78 | 0.12 | 52.16 | 0.75 | 0.54 |
| Hex | E1 | CA | 31 | 0 | A | 4E | C | 34 | 4B | 36 |
| Octal | 341 | 312 | 61 | 0 | 12 | 116 | 14 | 64 | 113 | 66 |
| Binary | 11100001 | 11001010 | 110001 | 0 | 1010 | 1001110 | 1100 | 110100 | 1001011 | 110110 |
Color Harmonies of #E1CA31
Complementary color
Monochromatic Colors of #E1CA31
Black with #E1CA31
Text Example
Text Example
White with #E1CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA31; }
p { color: rgb(225,202,49); }
H1.HeaderClassName
{
color: #E1CA31;
}
.AnyTagClassName
{
color: #E1CA31;
}
</style>
background-color css
<style>
a { background-color: #E1CA31; }
a { background-color: rgb(225,202,49); }
div.DivClassName
{
background-color: #E1CA31;
}
.BgClassName
{
background-color: #E1CA31;
}
</style>
border-color css
<style>
span { border-color: #E1CA31; }
span { border-color: rgb(225,202,49); }
td.TdClassName
{
border-color: #E1CA31;
}
.TagClassName
{
border-color: #E1CA31;
}
</style>