Shades of Sunflower #E1CE1C
Tints of Sunflower #E1CE1C
RGB
CMYK
RGB Variations
Color information
#E1CE1C (or 0xE1CE1C) is known color: Sunflower. HEX triplet: E1, CE and 1C. RGB value is (225,206,28). Sum of RGB (Red+Green+Blue) = 225+206+28=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE1C is #1E31E3. Grayscale: #C0C0C0. Windows color (decimal): -1978852 or 1887969. OLE color: 1887969.
HSL color Cylindrical-coordinate representation of color #E1CE1C: hue angle of 54.21º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1CE1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.12 |
| HSL | 54.21º | 0.78% | 0.5% | - |
| HSV(B) | 54.21º | 0.88% | 0.88% | - |
| XYZ | 53.33 | 60.23 | 9.91 | - |
| YUV | 191.39 | 35.79 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 28 | 0 | 0.08 | 0.88 | 0.12 | 54.21 | 0.78 | 0.5 |
| Hex | E1 | CE | 1C | 0 | 8 | 58 | C | 36 | 4E | 32 |
| Octal | 341 | 316 | 34 | 0 | 10 | 130 | 14 | 66 | 116 | 62 |
| Binary | 11100001 | 11001110 | 11100 | 0 | 1000 | 1011000 | 1100 | 110110 | 1001110 | 110010 |
Color Harmonies of #E1CE1C
Complementary color
Monochromatic Colors of #E1CE1C
Black with #E1CE1C
Text Example
Text Example
White with #E1CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE1C; }
p { color: rgb(225,206,28); }
H1.HeaderClassName
{
color: #E1CE1C;
}
.AnyTagClassName
{
color: #E1CE1C;
}
</style>
background-color css
<style>
a { background-color: #E1CE1C; }
a { background-color: rgb(225,206,28); }
div.DivClassName
{
background-color: #E1CE1C;
}
.BgClassName
{
background-color: #E1CE1C;
}
</style>
border-color css
<style>
span { border-color: #E1CE1C; }
span { border-color: rgb(225,206,28); }
td.TdClassName
{
border-color: #E1CE1C;
}
.TagClassName
{
border-color: #E1CE1C;
}
</style>