Shades of Sunflower #E1C31E
Tints of Sunflower #E1C31E
RGB
CMYK
RGB Variations
Color information
#E1C31E (or 0xE1C31E) is known color: Sunflower. HEX triplet: E1, C3 and 1E. RGB value is (225,195,30). Sum of RGB (Red+Green+Blue) = 225+195+30=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C31E is #1E3CE1. Grayscale: #B9B9B9. Windows color (decimal): -1981666 or 2016225. OLE color: 2016225.
HSL color Cylindrical-coordinate representation of color #E1C31E: hue angle of 50.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1C31E is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 30 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.12 |
| HSL | 50.77º | 0.76% | 0.5% | - |
| HSV(B) | 50.77º | 0.87% | 0.88% | - |
| XYZ | 50.8 | 55.13 | 9.19 | - |
| YUV | 185.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 30 | 0 | 0.13 | 0.87 | 0.12 | 50.77 | 0.76 | 0.5 |
| Hex | E1 | C3 | 1E | 0 | D | 57 | C | 33 | 4C | 32 |
| Octal | 341 | 303 | 36 | 0 | 15 | 127 | 14 | 63 | 114 | 62 |
| Binary | 11100001 | 11000011 | 11110 | 0 | 1101 | 1010111 | 1100 | 110011 | 1001100 | 110010 |
Color Harmonies of #E1C31E
Complementary color
Monochromatic Colors of #E1C31E
Black with #E1C31E
Text Example
Text Example
White with #E1C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C31E; }
p { color: rgb(225,195,30); }
H1.HeaderClassName
{
color: #E1C31E;
}
.AnyTagClassName
{
color: #E1C31E;
}
</style>
background-color css
<style>
a { background-color: #E1C31E; }
a { background-color: rgb(225,195,30); }
div.DivClassName
{
background-color: #E1C31E;
}
.BgClassName
{
background-color: #E1C31E;
}
</style>
border-color css
<style>
span { border-color: #E1C31E; }
span { border-color: rgb(225,195,30); }
td.TdClassName
{
border-color: #E1C31E;
}
.TagClassName
{
border-color: #E1C31E;
}
</style>