Shades of Sunflower #E1C305
Tints of Sunflower #E1C305
RGB
CMYK
RGB Variations
Color information
#E1C305 (or 0xE1C305) is known color: Sunflower. HEX triplet: E1, C3 and 05. RGB value is (225,195,5). Sum of RGB (Red+Green+Blue) = 225+195+5=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C305 is #1E3CFA. Grayscale: #B7B7B7. Windows color (decimal): -1981691 or 377825. OLE color: 377825.
HSL color Cylindrical-coordinate representation of color #E1C305: hue angle of 51.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1C305 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.12 |
| HSL | 51.82º | 0.96% | 0.45% | - |
| HSV(B) | 51.82º | 0.98% | 0.88% | - |
| XYZ | 50.59 | 55.05 | 8.1 | - |
| YUV | 182.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 5 | 0 | 0.13 | 0.98 | 0.12 | 51.82 | 0.96 | 0.45 |
| Hex | E1 | C3 | 5 | 0 | D | 62 | C | 34 | 60 | 2D |
| Octal | 341 | 303 | 5 | 0 | 15 | 142 | 14 | 64 | 140 | 55 |
| Binary | 11100001 | 11000011 | 101 | 0 | 1101 | 1100010 | 1100 | 110100 | 1100000 | 101101 |
Color Harmonies of #E1C305
Complementary color
Monochromatic Colors of #E1C305
Black with #E1C305
Text Example
Text Example
White with #E1C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C305; }
p { color: rgb(225,195,5); }
H1.HeaderClassName
{
color: #E1C305;
}
.AnyTagClassName
{
color: #E1C305;
}
</style>
background-color css
<style>
a { background-color: #E1C305; }
a { background-color: rgb(225,195,5); }
div.DivClassName
{
background-color: #E1C305;
}
.BgClassName
{
background-color: #E1C305;
}
</style>
border-color css
<style>
span { border-color: #E1C305; }
span { border-color: rgb(225,195,5); }
td.TdClassName
{
border-color: #E1C305;
}
.TagClassName
{
border-color: #E1C305;
}
</style>