Shades of Sunflower #E1C706
Tints of Sunflower #E1C706
RGB
CMYK
RGB Variations
Color information
#E1C706 (or 0xE1C706) is known color: Sunflower. HEX triplet: E1, C7 and 06. RGB value is (225,199,6). Sum of RGB (Red+Green+Blue) = 225+199+6=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C706 is #1E38F9. Grayscale: #B9B9B9. Windows color (decimal): -1980666 or 444385. OLE color: 444385.
HSL color Cylindrical-coordinate representation of color #E1C706: hue angle of 52.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1C706 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.12 |
| HSL | 52.88º | 0.95% | 0.45% | - |
| HSV(B) | 52.88º | 0.97% | 0.88% | - |
| XYZ | 51.51 | 56.87 | 8.43 | - |
| YUV | 184.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 6 | 0 | 0.12 | 0.97 | 0.12 | 52.88 | 0.95 | 0.45 |
| Hex | E1 | C7 | 6 | 0 | C | 61 | C | 35 | 5F | 2D |
| Octal | 341 | 307 | 6 | 0 | 14 | 141 | 14 | 65 | 137 | 55 |
| Binary | 11100001 | 11000111 | 110 | 0 | 1100 | 1100001 | 1100 | 110101 | 1011111 | 101101 |
Color Harmonies of #E1C706
Complementary color
Monochromatic Colors of #E1C706
Black with #E1C706
Text Example
Text Example
White with #E1C706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C706; }
p { color: rgb(225,199,6); }
H1.HeaderClassName
{
color: #E1C706;
}
.AnyTagClassName
{
color: #E1C706;
}
</style>
background-color css
<style>
a { background-color: #E1C706; }
a { background-color: rgb(225,199,6); }
div.DivClassName
{
background-color: #E1C706;
}
.BgClassName
{
background-color: #E1C706;
}
</style>
border-color css
<style>
span { border-color: #E1C706; }
span { border-color: rgb(225,199,6); }
td.TdClassName
{
border-color: #E1C706;
}
.TagClassName
{
border-color: #E1C706;
}
</style>