Shades of Sunflower #E1CA0E
Tints of Sunflower #E1CA0E
RGB
CMYK
RGB Variations
Color information
#E1CA0E (or 0xE1CA0E) is known color: Sunflower. HEX triplet: E1, CA and 0E. RGB value is (225,202,14). Sum of RGB (Red+Green+Blue) = 225+202+14=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA0E is #1E35F1. Grayscale: #BCBCBC. Windows color (decimal): -1979890 or 969441. OLE color: 969441.
HSL color Cylindrical-coordinate representation of color #E1CA0E: hue angle of 53.46º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1CA0E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.12 |
| HSL | 53.46º | 0.88% | 0.47% | - |
| HSV(B) | 53.46º | 0.94% | 0.88% | - |
| XYZ | 52.25 | 58.28 | 8.91 | - |
| YUV | 187.45 | 30.12 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 14 | 0 | 0.10 | 0.94 | 0.12 | 53.46 | 0.88 | 0.47 |
| Hex | E1 | CA | E | 0 | A | 5E | C | 35 | 58 | 2F |
| Octal | 341 | 312 | 16 | 0 | 12 | 136 | 14 | 65 | 130 | 57 |
| Binary | 11100001 | 11001010 | 1110 | 0 | 1010 | 1011110 | 1100 | 110101 | 1011000 | 101111 |
Color Harmonies of #E1CA0E
Complementary color
Monochromatic Colors of #E1CA0E
Black with #E1CA0E
Text Example
Text Example
White with #E1CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA0E; }
p { color: rgb(225,202,14); }
H1.HeaderClassName
{
color: #E1CA0E;
}
.AnyTagClassName
{
color: #E1CA0E;
}
</style>
background-color css
<style>
a { background-color: #E1CA0E; }
a { background-color: rgb(225,202,14); }
div.DivClassName
{
background-color: #E1CA0E;
}
.BgClassName
{
background-color: #E1CA0E;
}
</style>
border-color css
<style>
span { border-color: #E1CA0E; }
span { border-color: rgb(225,202,14); }
td.TdClassName
{
border-color: #E1CA0E;
}
.TagClassName
{
border-color: #E1CA0E;
}
</style>