Shades of Sunflower #E1C00C
Tints of Sunflower #E1C00C
RGB
CMYK
RGB Variations
Color information
#E1C00C (or 0xE1C00C) is known color: Sunflower. HEX triplet: E1, C0 and 0C. RGB value is (225,192,12). Sum of RGB (Red+Green+Blue) = 225+192+12=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C00C is #1E3FF3. Grayscale: #B6B6B6. Windows color (decimal): -1982452 or 835809. OLE color: 835809.
HSL color Cylindrical-coordinate representation of color #E1C00C: hue angle of 50.7º 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 #E1C00C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.12 |
| HSL | 50.7º | 0.9% | 0.46% | - |
| HSV(B) | 50.7º | 0.95% | 0.88% | - |
| XYZ | 49.97 | 53.73 | 8.09 | - |
| YUV | 181.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 12 | 0 | 0.15 | 0.95 | 0.12 | 50.7 | 0.9 | 0.46 |
| Hex | E1 | C0 | C | 0 | F | 5F | C | 33 | 5A | 2E |
| Octal | 341 | 300 | 14 | 0 | 17 | 137 | 14 | 63 | 132 | 56 |
| Binary | 11100001 | 11000000 | 1100 | 0 | 1111 | 1011111 | 1100 | 110011 | 1011010 | 101110 |
Color Harmonies of #E1C00C
Complementary color
Monochromatic Colors of #E1C00C
Black with #E1C00C
Text Example
Text Example
White with #E1C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C00C; }
p { color: rgb(225,192,12); }
H1.HeaderClassName
{
color: #E1C00C;
}
.AnyTagClassName
{
color: #E1C00C;
}
</style>
background-color css
<style>
a { background-color: #E1C00C; }
a { background-color: rgb(225,192,12); }
div.DivClassName
{
background-color: #E1C00C;
}
.BgClassName
{
background-color: #E1C00C;
}
</style>
border-color css
<style>
span { border-color: #E1C00C; }
span { border-color: rgb(225,192,12); }
td.TdClassName
{
border-color: #E1C00C;
}
.TagClassName
{
border-color: #E1C00C;
}
</style>