Shades of Wattle #E2CA35
Tints of Wattle #E2CA35
RGB
CMYK
RGB Variations
Color information
#E2CA35 (or 0xE2CA35) is known color: Wattle. HEX triplet: E2, CA and 35. RGB value is (226,202,53). Sum of RGB (Red+Green+Blue) = 226+202+53=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA35 is #1D35CA. Grayscale: #C0C0C0. Windows color (decimal): -1914315 or 3525346. OLE color: 3525346.
HSL color Cylindrical-coordinate representation of color #E2CA35: hue angle of 51.68º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2CA35 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 53 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.11 |
| HSL | 51.68º | 0.75% | 0.55% | - |
| HSV(B) | 51.68º | 0.77% | 0.89% | - |
| XYZ | 53.13 | 58.67 | 11.89 | - |
| YUV | 192.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 53 | 0 | 0.11 | 0.77 | 0.11 | 51.68 | 0.75 | 0.55 |
| Hex | E2 | CA | 35 | 0 | B | 4D | B | 34 | 4B | 37 |
| Octal | 342 | 312 | 65 | 0 | 13 | 115 | 13 | 64 | 113 | 67 |
| Binary | 11100010 | 11001010 | 110101 | 0 | 1011 | 1001101 | 1011 | 110100 | 1001011 | 110111 |
Color Harmonies of #E2CA35
Complementary color
Monochromatic Colors of #E2CA35
Black with #E2CA35
Text Example
Text Example
White with #E2CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA35; }
p { color: rgb(226,202,53); }
H1.HeaderClassName
{
color: #E2CA35;
}
.AnyTagClassName
{
color: #E2CA35;
}
</style>
background-color css
<style>
a { background-color: #E2CA35; }
a { background-color: rgb(226,202,53); }
div.DivClassName
{
background-color: #E2CA35;
}
.BgClassName
{
background-color: #E2CA35;
}
</style>
border-color css
<style>
span { border-color: #E2CA35; }
span { border-color: rgb(226,202,53); }
td.TdClassName
{
border-color: #E2CA35;
}
.TagClassName
{
border-color: #E2CA35;
}
</style>