Shades of Sunflower #E1C708
Tints of Sunflower #E1C708
RGB
CMYK
RGB Variations
Color information
#E1C708 (or 0xE1C708) is known color: Sunflower. HEX triplet: E1, C7 and 08. RGB value is (225,199,8). Sum of RGB (Red+Green+Blue) = 225+199+8=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C708 is #1E38F7. Grayscale: #B9B9B9. Windows color (decimal): -1980664 or 575457. OLE color: 575457.
HSL color Cylindrical-coordinate representation of color #E1C708: hue angle of 52.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1C708 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.12 |
| HSL | 52.81º | 0.93% | 0.46% | - |
| HSV(B) | 52.81º | 0.96% | 0.88% | - |
| XYZ | 51.52 | 56.87 | 8.49 | - |
| YUV | 185 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 8 | 0 | 0.12 | 0.96 | 0.12 | 52.81 | 0.93 | 0.46 |
| Hex | E1 | C7 | 8 | 0 | C | 60 | C | 35 | 5D | 2E |
| Octal | 341 | 307 | 10 | 0 | 14 | 140 | 14 | 65 | 135 | 56 |
| Binary | 11100001 | 11000111 | 1000 | 0 | 1100 | 1100000 | 1100 | 110101 | 1011101 | 101110 |
Color Harmonies of #E1C708
Complementary color
Monochromatic Colors of #E1C708
Black with #E1C708
Text Example
Text Example
White with #E1C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C708; }
p { color: rgb(225,199,8); }
H1.HeaderClassName
{
color: #E1C708;
}
.AnyTagClassName
{
color: #E1C708;
}
</style>
background-color css
<style>
a { background-color: #E1C708; }
a { background-color: rgb(225,199,8); }
div.DivClassName
{
background-color: #E1C708;
}
.BgClassName
{
background-color: #E1C708;
}
</style>
border-color css
<style>
span { border-color: #E1C708; }
span { border-color: rgb(225,199,8); }
td.TdClassName
{
border-color: #E1C708;
}
.TagClassName
{
border-color: #E1C708;
}
</style>