Shades of Sunflower #E1CE16
Tints of Sunflower #E1CE16
RGB
CMYK
RGB Variations
Color information
#E1CE16 (or 0xE1CE16) is known color: Sunflower. HEX triplet: E1, CE and 16. RGB value is (225,206,22). Sum of RGB (Red+Green+Blue) = 225+206+22=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CE16 is #1E31E9. Grayscale: #BFBFBF. Windows color (decimal): -1978858 or 1494753. OLE color: 1494753.
HSL color Cylindrical-coordinate representation of color #E1CE16: hue angle of 54.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1CE16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.12 |
| HSL | 54.38º | 0.82% | 0.48% | - |
| HSV(B) | 54.38º | 0.9% | 0.88% | - |
| XYZ | 53.27 | 60.21 | 9.57 | - |
| YUV | 190.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 22 | 0 | 0.08 | 0.90 | 0.12 | 54.38 | 0.82 | 0.48 |
| Hex | E1 | CE | 16 | 0 | 8 | 5A | C | 36 | 52 | 30 |
| Octal | 341 | 316 | 26 | 0 | 10 | 132 | 14 | 66 | 122 | 60 |
| Binary | 11100001 | 11001110 | 10110 | 0 | 1000 | 1011010 | 1100 | 110110 | 1010010 | 110000 |
Color Harmonies of #E1CE16
Complementary color
Monochromatic Colors of #E1CE16
Black with #E1CE16
Text Example
Text Example
White with #E1CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE16; }
p { color: rgb(225,206,22); }
H1.HeaderClassName
{
color: #E1CE16;
}
.AnyTagClassName
{
color: #E1CE16;
}
</style>
background-color css
<style>
a { background-color: #E1CE16; }
a { background-color: rgb(225,206,22); }
div.DivClassName
{
background-color: #E1CE16;
}
.BgClassName
{
background-color: #E1CE16;
}
</style>
border-color css
<style>
span { border-color: #E1CE16; }
span { border-color: rgb(225,206,22); }
td.TdClassName
{
border-color: #E1CE16;
}
.TagClassName
{
border-color: #E1CE16;
}
</style>