Shades of Wattle #E2CA34
Tints of Wattle #E2CA34
RGB
CMYK
RGB Variations
Color information
#E2CA34 (or 0xE2CA34) is known color: Wattle. HEX triplet: E2, CA and 34. RGB value is (226,202,52). Sum of RGB (Red+Green+Blue) = 226+202+52=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA34 is #1D35CB. Grayscale: #C0C0C0. Windows color (decimal): -1914316 or 3459810. OLE color: 3459810.
HSL color Cylindrical-coordinate representation of color #E2CA34: hue angle of 51.72º 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 #E2CA34 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 52 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.11 |
| HSL | 51.72º | 0.75% | 0.55% | - |
| HSV(B) | 51.72º | 0.77% | 0.89% | - |
| XYZ | 53.1 | 58.66 | 11.77 | - |
| YUV | 192.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 52 | 0 | 0.11 | 0.77 | 0.11 | 51.72 | 0.75 | 0.55 |
| Hex | E2 | CA | 34 | 0 | B | 4D | B | 34 | 4B | 37 |
| Octal | 342 | 312 | 64 | 0 | 13 | 115 | 13 | 64 | 113 | 67 |
| Binary | 11100010 | 11001010 | 110100 | 0 | 1011 | 1001101 | 1011 | 110100 | 1001011 | 110111 |
Color Harmonies of #E2CA34
Complementary color
Monochromatic Colors of #E2CA34
Black with #E2CA34
Text Example
Text Example
White with #E2CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA34; }
p { color: rgb(226,202,52); }
H1.HeaderClassName
{
color: #E2CA34;
}
.AnyTagClassName
{
color: #E2CA34;
}
</style>
background-color css
<style>
a { background-color: #E2CA34; }
a { background-color: rgb(226,202,52); }
div.DivClassName
{
background-color: #E2CA34;
}
.BgClassName
{
background-color: #E2CA34;
}
</style>
border-color css
<style>
span { border-color: #E2CA34; }
span { border-color: rgb(226,202,52); }
td.TdClassName
{
border-color: #E2CA34;
}
.TagClassName
{
border-color: #E2CA34;
}
</style>