Shades of Wattle #E1CE34
Tints of Wattle #E1CE34
RGB
CMYK
RGB Variations
Color information
#E1CE34 (or 0xE1CE34) is known color: Wattle. HEX triplet: E1, CE and 34. RGB value is (225,206,52). Sum of RGB (Red+Green+Blue) = 225+206+52=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE34 is #1E31CB. Grayscale: #C2C2C2. Windows color (decimal): -1978828 or 3460833. OLE color: 3460833.
HSL color Cylindrical-coordinate representation of color #E1CE34: hue angle of 53.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1CE34 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 52 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.12 |
| HSL | 53.41º | 0.74% | 0.54% | - |
| HSV(B) | 53.41º | 0.77% | 0.88% | - |
| XYZ | 53.74 | 60.4 | 12.07 | - |
| YUV | 194.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 52 | 0 | 0.08 | 0.77 | 0.12 | 53.41 | 0.74 | 0.54 |
| Hex | E1 | CE | 34 | 0 | 8 | 4D | C | 35 | 4A | 36 |
| Octal | 341 | 316 | 64 | 0 | 10 | 115 | 14 | 65 | 112 | 66 |
| Binary | 11100001 | 11001110 | 110100 | 0 | 1000 | 1001101 | 1100 | 110101 | 1001010 | 110110 |
Color Harmonies of #E1CE34
Complementary color
Monochromatic Colors of #E1CE34
Black with #E1CE34
Text Example
Text Example
White with #E1CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE34; }
p { color: rgb(225,206,52); }
H1.HeaderClassName
{
color: #E1CE34;
}
.AnyTagClassName
{
color: #E1CE34;
}
</style>
background-color css
<style>
a { background-color: #E1CE34; }
a { background-color: rgb(225,206,52); }
div.DivClassName
{
background-color: #E1CE34;
}
.BgClassName
{
background-color: #E1CE34;
}
</style>
border-color css
<style>
span { border-color: #E1CE34; }
span { border-color: rgb(225,206,52); }
td.TdClassName
{
border-color: #E1CE34;
}
.TagClassName
{
border-color: #E1CE34;
}
</style>