Shades of Sunflower #E1D00C
Tints of Sunflower #E1D00C
RGB
CMYK
RGB Variations
Color information
#E1D00C (or 0xE1D00C) is known color: Sunflower. HEX triplet: E1, D0 and 0C. RGB value is (225,208,12). Sum of RGB (Red+Green+Blue) = 225+208+12=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D00C is #1E2FF3. Grayscale: #BFBFBF. Windows color (decimal): -1978356 or 839905. OLE color: 839905.
HSL color Cylindrical-coordinate representation of color #E1D00C: hue angle of 55.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1D00C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.12 |
| HSL | 55.21º | 0.9% | 0.46% | - |
| HSV(B) | 55.21º | 0.95% | 0.88% | - |
| XYZ | 53.67 | 61.15 | 9.32 | - |
| YUV | 190.74 | 27.13 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 12 | 0 | 0.08 | 0.95 | 0.12 | 55.21 | 0.9 | 0.46 |
| Hex | E1 | D0 | C | 0 | 8 | 5F | C | 37 | 5A | 2E |
| Octal | 341 | 320 | 14 | 0 | 10 | 137 | 14 | 67 | 132 | 56 |
| Binary | 11100001 | 11010000 | 1100 | 0 | 1000 | 1011111 | 1100 | 110111 | 1011010 | 101110 |
Color Harmonies of #E1D00C
Complementary color
Monochromatic Colors of #E1D00C
Black with #E1D00C
Text Example
Text Example
White with #E1D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D00C; }
p { color: rgb(225,208,12); }
H1.HeaderClassName
{
color: #E1D00C;
}
.AnyTagClassName
{
color: #E1D00C;
}
</style>
background-color css
<style>
a { background-color: #E1D00C; }
a { background-color: rgb(225,208,12); }
div.DivClassName
{
background-color: #E1D00C;
}
.BgClassName
{
background-color: #E1D00C;
}
</style>
border-color css
<style>
span { border-color: #E1D00C; }
span { border-color: rgb(225,208,12); }
td.TdClassName
{
border-color: #E1D00C;
}
.TagClassName
{
border-color: #E1D00C;
}
</style>