Shades of Sunflower #E1C31C
Tints of Sunflower #E1C31C
RGB
CMYK
RGB Variations
Color information
#E1C31C (or 0xE1C31C) is known color: Sunflower. HEX triplet: E1, C3 and 1C. RGB value is (225,195,28). Sum of RGB (Red+Green+Blue) = 225+195+28=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C31C is #1E3CE3. Grayscale: #B9B9B9. Windows color (decimal): -1981668 or 1885153. OLE color: 1885153.
HSL color Cylindrical-coordinate representation of color #E1C31C: hue angle of 50.86º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1C31C is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 28 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.12 |
| HSL | 50.86º | 0.78% | 0.5% | - |
| HSV(B) | 50.86º | 0.88% | 0.88% | - |
| XYZ | 50.78 | 55.12 | 9.06 | - |
| YUV | 184.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 28 | 0 | 0.13 | 0.88 | 0.12 | 50.86 | 0.78 | 0.5 |
| Hex | E1 | C3 | 1C | 0 | D | 58 | C | 33 | 4E | 32 |
| Octal | 341 | 303 | 34 | 0 | 15 | 130 | 14 | 63 | 116 | 62 |
| Binary | 11100001 | 11000011 | 11100 | 0 | 1101 | 1011000 | 1100 | 110011 | 1001110 | 110010 |
Color Harmonies of #E1C31C
Complementary color
Monochromatic Colors of #E1C31C
Black with #E1C31C
Text Example
Text Example
White with #E1C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C31C; }
p { color: rgb(225,195,28); }
H1.HeaderClassName
{
color: #E1C31C;
}
.AnyTagClassName
{
color: #E1C31C;
}
</style>
background-color css
<style>
a { background-color: #E1C31C; }
a { background-color: rgb(225,195,28); }
div.DivClassName
{
background-color: #E1C31C;
}
.BgClassName
{
background-color: #E1C31C;
}
</style>
border-color css
<style>
span { border-color: #E1C31C; }
span { border-color: rgb(225,195,28); }
td.TdClassName
{
border-color: #E1C31C;
}
.TagClassName
{
border-color: #E1C31C;
}
</style>