Shades of Sunflower #E1CA0F
Tints of Sunflower #E1CA0F
RGB
CMYK
RGB Variations
Color information
#E1CA0F (or 0xE1CA0F) is known color: Sunflower. HEX triplet: E1, CA and 0F. RGB value is (225,202,15). Sum of RGB (Red+Green+Blue) = 225+202+15=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA0F is #1E35F0. Grayscale: #BCBCBC. Windows color (decimal): -1979889 or 1034977. OLE color: 1034977.
HSL color Cylindrical-coordinate representation of color #E1CA0F: hue angle of 53.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1CA0F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.12 |
| HSL | 53.43º | 0.88% | 0.47% | - |
| HSV(B) | 53.43º | 0.93% | 0.88% | - |
| XYZ | 52.26 | 58.28 | 8.95 | - |
| YUV | 187.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 15 | 0 | 0.10 | 0.93 | 0.12 | 53.43 | 0.88 | 0.47 |
| Hex | E1 | CA | F | 0 | A | 5D | C | 35 | 58 | 2F |
| Octal | 341 | 312 | 17 | 0 | 12 | 135 | 14 | 65 | 130 | 57 |
| Binary | 11100001 | 11001010 | 1111 | 0 | 1010 | 1011101 | 1100 | 110101 | 1011000 | 101111 |
Color Harmonies of #E1CA0F
Complementary color
Monochromatic Colors of #E1CA0F
Black with #E1CA0F
Text Example
Text Example
White with #E1CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA0F; }
p { color: rgb(225,202,15); }
H1.HeaderClassName
{
color: #E1CA0F;
}
.AnyTagClassName
{
color: #E1CA0F;
}
</style>
background-color css
<style>
a { background-color: #E1CA0F; }
a { background-color: rgb(225,202,15); }
div.DivClassName
{
background-color: #E1CA0F;
}
.BgClassName
{
background-color: #E1CA0F;
}
</style>
border-color css
<style>
span { border-color: #E1CA0F; }
span { border-color: rgb(225,202,15); }
td.TdClassName
{
border-color: #E1CA0F;
}
.TagClassName
{
border-color: #E1CA0F;
}
</style>