Shades of Wattle #E2CA38
Tints of Wattle #E2CA38
RGB
CMYK
RGB Variations
Color information
#E2CA38 (or 0xE2CA38) is known color: Wattle. HEX triplet: E2, CA and 38. RGB value is (226,202,56). Sum of RGB (Red+Green+Blue) = 226+202+56=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA38 is #1D35C7. Grayscale: #C1C1C1. Windows color (decimal): -1914312 or 3721954. OLE color: 3721954.
HSL color Cylindrical-coordinate representation of color #E2CA38: hue angle of 51.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2CA38 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 56 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.11 |
| HSL | 51.53º | 0.75% | 0.55% | - |
| HSV(B) | 51.53º | 0.75% | 0.89% | - |
| XYZ | 53.2 | 58.7 | 12.27 | - |
| YUV | 192.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 56 | 0 | 0.11 | 0.75 | 0.11 | 51.53 | 0.75 | 0.55 |
| Hex | E2 | CA | 38 | 0 | B | 4B | B | 34 | 4B | 37 |
| Octal | 342 | 312 | 70 | 0 | 13 | 113 | 13 | 64 | 113 | 67 |
| Binary | 11100010 | 11001010 | 111000 | 0 | 1011 | 1001011 | 1011 | 110100 | 1001011 | 110111 |
Color Harmonies of #E2CA38
Complementary color
Monochromatic Colors of #E2CA38
Black with #E2CA38
Text Example
Text Example
White with #E2CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA38; }
p { color: rgb(226,202,56); }
H1.HeaderClassName
{
color: #E2CA38;
}
.AnyTagClassName
{
color: #E2CA38;
}
</style>
background-color css
<style>
a { background-color: #E2CA38; }
a { background-color: rgb(226,202,56); }
div.DivClassName
{
background-color: #E2CA38;
}
.BgClassName
{
background-color: #E2CA38;
}
</style>
border-color css
<style>
span { border-color: #E2CA38; }
span { border-color: rgb(226,202,56); }
td.TdClassName
{
border-color: #E2CA38;
}
.TagClassName
{
border-color: #E2CA38;
}
</style>