Shades of Sunflower #E1CC00
Tints of Sunflower #E1CC00
RGB
CMYK
RGB Variations
Color information
#E1CC00 (or 0xE1CC00) is known color: Sunflower. HEX triplet: E1, CC and 00. RGB value is (225,204,0). Sum of RGB (Red+Green+Blue) = 225+204+0=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CC00 is #1E33FF. Grayscale: #BBBBBB. Windows color (decimal): -1979392 or 52449. OLE color: 52449.
HSL color Cylindrical-coordinate representation of color #E1CC00: hue angle of 54.4º 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 #E1CC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.12 |
| HSL | 54.4º | 1% | 0.44% | - |
| HSV(B) | 54.4º | 1% | 0.88% | - |
| XYZ | 52.64 | 59.19 | 8.65 | - |
| YUV | 187.02 | 22.46 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 0 | 0 | 0.09 | 1 | 0.12 | 54.4 | 1 | 0.44 |
| Hex | E1 | CC | 0 | 0 | 9 | 64 | C | 36 | 64 | 2C |
| Octal | 341 | 314 | 0 | 0 | 11 | 144 | 14 | 66 | 144 | 54 |
| Binary | 11100001 | 11001100 | 0 | 0 | 1001 | 1100100 | 1100 | 110110 | 1100100 | 101100 |
Color Harmonies of #E1CC00
Complementary color
Monochromatic Colors of #E1CC00
Black with #E1CC00
Text Example
Text Example
White with #E1CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC00; }
p { color: rgb(225,204,0); }
H1.HeaderClassName
{
color: #E1CC00;
}
.AnyTagClassName
{
color: #E1CC00;
}
</style>
background-color css
<style>
a { background-color: #E1CC00; }
a { background-color: rgb(225,204,0); }
div.DivClassName
{
background-color: #E1CC00;
}
.BgClassName
{
background-color: #E1CC00;
}
</style>
border-color css
<style>
span { border-color: #E1CC00; }
span { border-color: rgb(225,204,0); }
td.TdClassName
{
border-color: #E1CC00;
}
.TagClassName
{
border-color: #E1CC00;
}
</style>