Shades of Sunflower #E1CB04
Tints of Sunflower #E1CB04
RGB
CMYK
RGB Variations
Color information
#E1CB04 (or 0xE1CB04) is known color: Sunflower. HEX triplet: E1, CB and 04. RGB value is (225,203,4). Sum of RGB (Red+Green+Blue) = 225+203+4=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CB04 is #1E34FB. Grayscale: #BBBBBB. Windows color (decimal): -1979644 or 314337. OLE color: 314337.
HSL color Cylindrical-coordinate representation of color #E1CB04: hue angle of 54.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1CB04 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.12 |
| HSL | 54.03º | 0.97% | 0.45% | - |
| HSV(B) | 54.03º | 0.98% | 0.88% | - |
| XYZ | 52.43 | 58.73 | 8.69 | - |
| YUV | 186.89 | 24.79 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 4 | 0 | 0.10 | 0.98 | 0.12 | 54.03 | 0.97 | 0.45 |
| Hex | E1 | CB | 4 | 0 | A | 62 | C | 36 | 61 | 2D |
| Octal | 341 | 313 | 4 | 0 | 12 | 142 | 14 | 66 | 141 | 55 |
| Binary | 11100001 | 11001011 | 100 | 0 | 1010 | 1100010 | 1100 | 110110 | 1100001 | 101101 |
Color Harmonies of #E1CB04
Complementary color
Monochromatic Colors of #E1CB04
Black with #E1CB04
Text Example
Text Example
White with #E1CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB04; }
p { color: rgb(225,203,4); }
H1.HeaderClassName
{
color: #E1CB04;
}
.AnyTagClassName
{
color: #E1CB04;
}
</style>
background-color css
<style>
a { background-color: #E1CB04; }
a { background-color: rgb(225,203,4); }
div.DivClassName
{
background-color: #E1CB04;
}
.BgClassName
{
background-color: #E1CB04;
}
</style>
border-color css
<style>
span { border-color: #E1CB04; }
span { border-color: rgb(225,203,4); }
td.TdClassName
{
border-color: #E1CB04;
}
.TagClassName
{
border-color: #E1CB04;
}
</style>