Shades of Sunflower #E1CA00
Tints of Sunflower #E1CA00
RGB
CMYK
RGB Variations
Color information
#E1CA00 (or 0xE1CA00) is known color: Sunflower. HEX triplet: E1, CA and 00. RGB value is (225,202,0). Sum of RGB (Red+Green+Blue) = 225+202+0=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA00 is #1E35FF. Grayscale: #BABABA. Windows color (decimal): -1979904 or 51937. OLE color: 51937.
HSL color Cylindrical-coordinate representation of color #E1CA00: hue angle of 53.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1CA00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.12 |
| HSL | 53.87º | 1% | 0.44% | - |
| HSV(B) | 53.87º | 1% | 0.88% | - |
| XYZ | 52.17 | 58.25 | 8.49 | - |
| YUV | 185.85 | 23.12 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 0 | 0 | 0.10 | 1 | 0.12 | 53.87 | 1 | 0.44 |
| Hex | E1 | CA | 0 | 0 | A | 64 | C | 36 | 64 | 2C |
| Octal | 341 | 312 | 0 | 0 | 12 | 144 | 14 | 66 | 144 | 54 |
| Binary | 11100001 | 11001010 | 0 | 0 | 1010 | 1100100 | 1100 | 110110 | 1100100 | 101100 |
Color Harmonies of #E1CA00
Complementary color
Monochromatic Colors of #E1CA00
Black with #E1CA00
Text Example
Text Example
White with #E1CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA00; }
p { color: rgb(225,202,0); }
H1.HeaderClassName
{
color: #E1CA00;
}
.AnyTagClassName
{
color: #E1CA00;
}
</style>
background-color css
<style>
a { background-color: #E1CA00; }
a { background-color: rgb(225,202,0); }
div.DivClassName
{
background-color: #E1CA00;
}
.BgClassName
{
background-color: #E1CA00;
}
</style>
border-color css
<style>
span { border-color: #E1CA00; }
span { border-color: rgb(225,202,0); }
td.TdClassName
{
border-color: #E1CA00;
}
.TagClassName
{
border-color: #E1CA00;
}
</style>