Shades of Sunflower #E3C316
Tints of Sunflower #E3C316
RGB
CMYK
RGB Variations
Color information
#E3C316 (or 0xE3C316) is known color: Sunflower. HEX triplet: E3, C3 and 16. RGB value is (227,195,22). Sum of RGB (Red+Green+Blue) = 227+195+22=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C316 is #1C3CE9. Grayscale: #B9B9B9. Windows color (decimal): -1850602 or 1491939. OLE color: 1491939.
HSL color Cylindrical-coordinate representation of color #E3C316: hue angle of 50.63º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3C316 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.11 |
| HSL | 50.63º | 0.82% | 0.49% | - |
| HSV(B) | 50.63º | 0.9% | 0.89% | - |
| XYZ | 51.34 | 55.42 | 8.75 | - |
| YUV | 184.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 22 | 0 | 0.14 | 0.90 | 0.11 | 50.63 | 0.82 | 0.49 |
| Hex | E3 | C3 | 16 | 0 | E | 5A | B | 33 | 52 | 31 |
| Octal | 343 | 303 | 26 | 0 | 16 | 132 | 13 | 63 | 122 | 61 |
| Binary | 11100011 | 11000011 | 10110 | 0 | 1110 | 1011010 | 1011 | 110011 | 1010010 | 110001 |
Color Harmonies of #E3C316
Complementary color
Monochromatic Colors of #E3C316
Black with #E3C316
Text Example
Text Example
White with #E3C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C316; }
p { color: rgb(227,195,22); }
H1.HeaderClassName
{
color: #E3C316;
}
.AnyTagClassName
{
color: #E3C316;
}
</style>
background-color css
<style>
a { background-color: #E3C316; }
a { background-color: rgb(227,195,22); }
div.DivClassName
{
background-color: #E3C316;
}
.BgClassName
{
background-color: #E3C316;
}
</style>
border-color css
<style>
span { border-color: #E3C316; }
span { border-color: rgb(227,195,22); }
td.TdClassName
{
border-color: #E3C316;
}
.TagClassName
{
border-color: #E3C316;
}
</style>