Shades of Sunflower #E1CC01
Tints of Sunflower #E1CC01
RGB
CMYK
RGB Variations
Color information
#E1CC01 (or 0xE1CC01) is known color: Sunflower. HEX triplet: E1, CC and 01. RGB value is (225,204,1). Sum of RGB (Red+Green+Blue) = 225+204+1=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CC01 is #1E33FE. Grayscale: #BBBBBB. Windows color (decimal): -1979391 or 117985. OLE color: 117985.
HSL color Cylindrical-coordinate representation of color #E1CC01: hue angle of 54.38º 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 #E1CC01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.12 |
| HSL | 54.38º | 0.99% | 0.44% | - |
| HSV(B) | 54.38º | 1% | 0.88% | - |
| XYZ | 52.65 | 59.2 | 8.68 | - |
| YUV | 187.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 1 | 0 | 0.09 | 1.00 | 0.12 | 54.38 | 0.99 | 0.44 |
| Hex | E1 | CC | 1 | 0 | 9 | 64 | C | 36 | 63 | 2C |
| Octal | 341 | 314 | 1 | 0 | 11 | 144 | 14 | 66 | 143 | 54 |
| Binary | 11100001 | 11001100 | 1 | 0 | 1001 | 1100100 | 1100 | 110110 | 1100011 | 101100 |
Color Harmonies of #E1CC01
Complementary color
Monochromatic Colors of #E1CC01
Black with #E1CC01
Text Example
Text Example
White with #E1CC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC01; }
p { color: rgb(225,204,1); }
H1.HeaderClassName
{
color: #E1CC01;
}
.AnyTagClassName
{
color: #E1CC01;
}
</style>
background-color css
<style>
a { background-color: #E1CC01; }
a { background-color: rgb(225,204,1); }
div.DivClassName
{
background-color: #E1CC01;
}
.BgClassName
{
background-color: #E1CC01;
}
</style>
border-color css
<style>
span { border-color: #E1CC01; }
span { border-color: rgb(225,204,1); }
td.TdClassName
{
border-color: #E1CC01;
}
.TagClassName
{
border-color: #E1CC01;
}
</style>