Shades of Wattle #E1CE31
Tints of Wattle #E1CE31
RGB
CMYK
RGB Variations
Color information
#E1CE31 (or 0xE1CE31) is known color: Wattle. HEX triplet: E1, CE and 31. RGB value is (225,206,49). Sum of RGB (Red+Green+Blue) = 225+206+49=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE31 is #1E31CE. Grayscale: #C2C2C2. Windows color (decimal): -1978831 or 3264225. OLE color: 3264225.
HSL color Cylindrical-coordinate representation of color #E1CE31: hue angle of 53.52º 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 #E1CE31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.12 |
| HSL | 53.52º | 0.75% | 0.54% | - |
| HSV(B) | 53.52º | 0.78% | 0.88% | - |
| XYZ | 53.68 | 60.37 | 11.73 | - |
| YUV | 193.78 | 46.29 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 49 | 0 | 0.08 | 0.78 | 0.12 | 53.52 | 0.75 | 0.54 |
| Hex | E1 | CE | 31 | 0 | 8 | 4E | C | 36 | 4B | 36 |
| Octal | 341 | 316 | 61 | 0 | 10 | 116 | 14 | 66 | 113 | 66 |
| Binary | 11100001 | 11001110 | 110001 | 0 | 1000 | 1001110 | 1100 | 110110 | 1001011 | 110110 |
Color Harmonies of #E1CE31
Complementary color
Monochromatic Colors of #E1CE31
Black with #E1CE31
Text Example
Text Example
White with #E1CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE31; }
p { color: rgb(225,206,49); }
H1.HeaderClassName
{
color: #E1CE31;
}
.AnyTagClassName
{
color: #E1CE31;
}
</style>
background-color css
<style>
a { background-color: #E1CE31; }
a { background-color: rgb(225,206,49); }
div.DivClassName
{
background-color: #E1CE31;
}
.BgClassName
{
background-color: #E1CE31;
}
</style>
border-color css
<style>
span { border-color: #E1CE31; }
span { border-color: rgb(225,206,49); }
td.TdClassName
{
border-color: #E1CE31;
}
.TagClassName
{
border-color: #E1CE31;
}
</style>