Shades of Sunflower #E0C31E
Tints of Sunflower #E0C31E
RGB
CMYK
RGB Variations
Color information
#E0C31E (or 0xE0C31E) is known color: Sunflower. HEX triplet: E0, C3 and 1E. RGB value is (224,195,30). Sum of RGB (Red+Green+Blue) = 224+195+30=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C31E is #1F3CE1. Grayscale: #B9B9B9. Windows color (decimal): -2047202 or 2016224. OLE color: 2016224.
HSL color Cylindrical-coordinate representation of color #E0C31E: hue angle of 51.03º 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 #E0C31E is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 30 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.12 |
| HSL | 51.03º | 0.76% | 0.5% | - |
| HSV(B) | 51.03º | 0.87% | 0.88% | - |
| XYZ | 50.49 | 54.97 | 9.18 | - |
| YUV | 184.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 30 | 0 | 0.13 | 0.87 | 0.12 | 51.03 | 0.76 | 0.5 |
| Hex | E0 | C3 | 1E | 0 | D | 57 | C | 33 | 4C | 32 |
| Octal | 340 | 303 | 36 | 0 | 15 | 127 | 14 | 63 | 114 | 62 |
| Binary | 11100000 | 11000011 | 11110 | 0 | 1101 | 1010111 | 1100 | 110011 | 1001100 | 110010 |
Color Harmonies of #E0C31E
Complementary color
Monochromatic Colors of #E0C31E
Black with #E0C31E
Text Example
Text Example
White with #E0C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C31E; }
p { color: rgb(224,195,30); }
H1.HeaderClassName
{
color: #E0C31E;
}
.AnyTagClassName
{
color: #E0C31E;
}
</style>
background-color css
<style>
a { background-color: #E0C31E; }
a { background-color: rgb(224,195,30); }
div.DivClassName
{
background-color: #E0C31E;
}
.BgClassName
{
background-color: #E0C31E;
}
</style>
border-color css
<style>
span { border-color: #E0C31E; }
span { border-color: rgb(224,195,30); }
td.TdClassName
{
border-color: #E0C31E;
}
.TagClassName
{
border-color: #E0C31E;
}
</style>