Shades of Sunflower #E1CA0D
Tints of Sunflower #E1CA0D
RGB
CMYK
RGB Variations
Color information
#E1CA0D (or 0xE1CA0D) is known color: Sunflower. HEX triplet: E1, CA and 0D. RGB value is (225,202,13). Sum of RGB (Red+Green+Blue) = 225+202+13=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA0D is #1E35F2. Grayscale: #BCBCBC. Windows color (decimal): -1979891 or 903905. OLE color: 903905.
HSL color Cylindrical-coordinate representation of color #E1CA0D: hue angle of 53.49º degrees, saturation: 0.89, 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 #E1CA0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.12 |
| HSL | 53.49º | 0.89% | 0.47% | - |
| HSV(B) | 53.49º | 0.94% | 0.88% | - |
| XYZ | 52.24 | 58.28 | 8.88 | - |
| YUV | 187.33 | 29.62 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 13 | 0 | 0.10 | 0.94 | 0.12 | 53.49 | 0.89 | 0.47 |
| Hex | E1 | CA | D | 0 | A | 5E | C | 35 | 59 | 2F |
| Octal | 341 | 312 | 15 | 0 | 12 | 136 | 14 | 65 | 131 | 57 |
| Binary | 11100001 | 11001010 | 1101 | 0 | 1010 | 1011110 | 1100 | 110101 | 1011001 | 101111 |
Color Harmonies of #E1CA0D
Complementary color
Monochromatic Colors of #E1CA0D
Black with #E1CA0D
Text Example
Text Example
White with #E1CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA0D; }
p { color: rgb(225,202,13); }
H1.HeaderClassName
{
color: #E1CA0D;
}
.AnyTagClassName
{
color: #E1CA0D;
}
</style>
background-color css
<style>
a { background-color: #E1CA0D; }
a { background-color: rgb(225,202,13); }
div.DivClassName
{
background-color: #E1CA0D;
}
.BgClassName
{
background-color: #E1CA0D;
}
</style>
border-color css
<style>
span { border-color: #E1CA0D; }
span { border-color: rgb(225,202,13); }
td.TdClassName
{
border-color: #E1CA0D;
}
.TagClassName
{
border-color: #E1CA0D;
}
</style>