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