Shades of Sunflower #E1CD00
Tints of Sunflower #E1CD00
RGB
CMYK
RGB Variations
Color information
#E1CD00 (or 0xE1CD00) is known color: Sunflower. HEX triplet: E1, CD and 00. RGB value is (225,205,0). Sum of RGB (Red+Green+Blue) = 225+205+0=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CD00 is #1E32FF. Grayscale: #BCBCBC. Windows color (decimal): -1979136 or 52705. OLE color: 52705.
HSL color Cylindrical-coordinate representation of color #E1CD00: hue angle of 54.67º 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 #E1CD00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.12 |
| HSL | 54.67º | 1% | 0.44% | - |
| HSV(B) | 54.67º | 1% | 0.88% | - |
| XYZ | 52.88 | 59.67 | 8.73 | - |
| YUV | 187.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 0 | 0 | 0.09 | 1 | 0.12 | 54.67 | 1 | 0.44 |
| Hex | E1 | CD | 0 | 0 | 9 | 64 | C | 37 | 64 | 2C |
| Octal | 341 | 315 | 0 | 0 | 11 | 144 | 14 | 67 | 144 | 54 |
| Binary | 11100001 | 11001101 | 0 | 0 | 1001 | 1100100 | 1100 | 110111 | 1100100 | 101100 |
Color Harmonies of #E1CD00
Complementary color
Monochromatic Colors of #E1CD00
Black with #E1CD00
Text Example
Text Example
White with #E1CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD00; }
p { color: rgb(225,205,0); }
H1.HeaderClassName
{
color: #E1CD00;
}
.AnyTagClassName
{
color: #E1CD00;
}
</style>
background-color css
<style>
a { background-color: #E1CD00; }
a { background-color: rgb(225,205,0); }
div.DivClassName
{
background-color: #E1CD00;
}
.BgClassName
{
background-color: #E1CD00;
}
</style>
border-color css
<style>
span { border-color: #E1CD00; }
span { border-color: rgb(225,205,0); }
td.TdClassName
{
border-color: #E1CD00;
}
.TagClassName
{
border-color: #E1CD00;
}
</style>