Shades of Sunflower #E1D50C
Tints of Sunflower #E1D50C
RGB
CMYK
RGB Variations
Color information
#E1D50C (or 0xE1D50C) is known color: Sunflower. HEX triplet: E1, D5 and 0C. RGB value is (225,213,12). Sum of RGB (Red+Green+Blue) = 225+213+12=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D50C is #1E2AF3. Grayscale: #C2C2C2. Windows color (decimal): -1977076 or 841185. OLE color: 841185.
HSL color Cylindrical-coordinate representation of color #E1D50C: hue angle of 56.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1D50C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.12 |
| HSL | 56.62º | 0.9% | 0.46% | - |
| HSV(B) | 56.62º | 0.95% | 0.88% | - |
| XYZ | 54.91 | 63.62 | 9.73 | - |
| YUV | 193.67 | 25.48 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 12 | 0 | 0.05 | 0.95 | 0.12 | 56.62 | 0.9 | 0.46 |
| Hex | E1 | D5 | C | 0 | 5 | 5F | C | 39 | 5A | 2E |
| Octal | 341 | 325 | 14 | 0 | 5 | 137 | 14 | 71 | 132 | 56 |
| Binary | 11100001 | 11010101 | 1100 | 0 | 101 | 1011111 | 1100 | 111001 | 1011010 | 101110 |
Color Harmonies of #E1D50C
Complementary color
Monochromatic Colors of #E1D50C
Black with #E1D50C
Text Example
Text Example
White with #E1D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D50C; }
p { color: rgb(225,213,12); }
H1.HeaderClassName
{
color: #E1D50C;
}
.AnyTagClassName
{
color: #E1D50C;
}
</style>
background-color css
<style>
a { background-color: #E1D50C; }
a { background-color: rgb(225,213,12); }
div.DivClassName
{
background-color: #E1D50C;
}
.BgClassName
{
background-color: #E1D50C;
}
</style>
border-color css
<style>
span { border-color: #E1D50C; }
span { border-color: rgb(225,213,12); }
td.TdClassName
{
border-color: #E1D50C;
}
.TagClassName
{
border-color: #E1D50C;
}
</style>