Shades of Wattle #E0CA31
Tints of Wattle #E0CA31
RGB
CMYK
RGB Variations
Color information
#E0CA31 (or 0xE0CA31) is known color: Wattle. HEX triplet: E0, CA and 31. RGB value is (224,202,49). Sum of RGB (Red+Green+Blue) = 224+202+49=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA31 is #1F35CE. Grayscale: #BFBFBF. Windows color (decimal): -2045391 or 3263200. OLE color: 3263200.
HSL color Cylindrical-coordinate representation of color #E0CA31: hue angle of 52.46º 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 #E0CA31 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.12 |
| HSL | 52.46º | 0.74% | 0.54% | - |
| HSV(B) | 52.46º | 0.78% | 0.88% | - |
| XYZ | 52.42 | 58.31 | 11.4 | - |
| YUV | 191.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 49 | 0 | 0.10 | 0.78 | 0.12 | 52.46 | 0.74 | 0.54 |
| Hex | E0 | CA | 31 | 0 | A | 4E | C | 34 | 4A | 36 |
| Octal | 340 | 312 | 61 | 0 | 12 | 116 | 14 | 64 | 112 | 66 |
| Binary | 11100000 | 11001010 | 110001 | 0 | 1010 | 1001110 | 1100 | 110100 | 1001010 | 110110 |
Color Harmonies of #E0CA31
Complementary color
Monochromatic Colors of #E0CA31
Black with #E0CA31
Text Example
Text Example
White with #E0CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA31; }
p { color: rgb(224,202,49); }
H1.HeaderClassName
{
color: #E0CA31;
}
.AnyTagClassName
{
color: #E0CA31;
}
</style>
background-color css
<style>
a { background-color: #E0CA31; }
a { background-color: rgb(224,202,49); }
div.DivClassName
{
background-color: #E0CA31;
}
.BgClassName
{
background-color: #E0CA31;
}
</style>
border-color css
<style>
span { border-color: #E0CA31; }
span { border-color: rgb(224,202,49); }
td.TdClassName
{
border-color: #E0CA31;
}
.TagClassName
{
border-color: #E0CA31;
}
</style>