Shades of Sunflower #E2BD12
Tints of Sunflower #E2BD12
RGB
CMYK
RGB Variations
Color information
#E2BD12 (or 0xE2BD12) is known color: Sunflower. HEX triplet: E2, BD and 12. RGB value is (226,189,18). Sum of RGB (Red+Green+Blue) = 226+189+18=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BD12 is #1D42ED. Grayscale: #B5B5B5. Windows color (decimal): -1917678 or 1228258. OLE color: 1228258.
HSL color Cylindrical-coordinate representation of color #E2BD12: hue angle of 49.33º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2BD12 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.11 |
| HSL | 49.33º | 0.85% | 0.48% | - |
| HSV(B) | 49.33º | 0.92% | 0.89% | - |
| XYZ | 49.67 | 52.61 | 8.11 | - |
| YUV | 180.57 | 36.26 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 18 | 0 | 0.16 | 0.92 | 0.11 | 49.33 | 0.85 | 0.48 |
| Hex | E2 | BD | 12 | 0 | 10 | 5C | B | 31 | 55 | 30 |
| Octal | 342 | 275 | 22 | 0 | 20 | 134 | 13 | 61 | 125 | 60 |
| Binary | 11100010 | 10111101 | 10010 | 0 | 10000 | 1011100 | 1011 | 110001 | 1010101 | 110000 |
Color Harmonies of #E2BD12
Complementary color
Monochromatic Colors of #E2BD12
Black with #E2BD12
Text Example
Text Example
White with #E2BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD12; }
p { color: rgb(226,189,18); }
H1.HeaderClassName
{
color: #E2BD12;
}
.AnyTagClassName
{
color: #E2BD12;
}
</style>
background-color css
<style>
a { background-color: #E2BD12; }
a { background-color: rgb(226,189,18); }
div.DivClassName
{
background-color: #E2BD12;
}
.BgClassName
{
background-color: #E2BD12;
}
</style>
border-color css
<style>
span { border-color: #E2BD12; }
span { border-color: rgb(226,189,18); }
td.TdClassName
{
border-color: #E2BD12;
}
.TagClassName
{
border-color: #E2BD12;
}
</style>