Shades of Sunflower #E1CE0A
Tints of Sunflower #E1CE0A
RGB
CMYK
RGB Variations
Color information
#E1CE0A (or 0xE1CE0A) is known color: Sunflower. HEX triplet: E1, CE and 0A. RGB value is (225,206,10). Sum of RGB (Red+Green+Blue) = 225+206+10=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CE0A is #1E31F5. Grayscale: #BEBEBE. Windows color (decimal): -1978870 or 708321. OLE color: 708321.
HSL color Cylindrical-coordinate representation of color #E1CE0A: hue angle of 54.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1CE0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.12 |
| HSL | 54.7º | 0.91% | 0.46% | - |
| HSV(B) | 54.7º | 0.96% | 0.88% | - |
| XYZ | 53.18 | 60.17 | 9.1 | - |
| YUV | 189.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 10 | 0 | 0.08 | 0.96 | 0.12 | 54.7 | 0.91 | 0.46 |
| Hex | E1 | CE | A | 0 | 8 | 60 | C | 37 | 5B | 2E |
| Octal | 341 | 316 | 12 | 0 | 10 | 140 | 14 | 67 | 133 | 56 |
| Binary | 11100001 | 11001110 | 1010 | 0 | 1000 | 1100000 | 1100 | 110111 | 1011011 | 101110 |
Color Harmonies of #E1CE0A
Complementary color
Monochromatic Colors of #E1CE0A
Black with #E1CE0A
Text Example
Text Example
White with #E1CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE0A; }
p { color: rgb(225,206,10); }
H1.HeaderClassName
{
color: #E1CE0A;
}
.AnyTagClassName
{
color: #E1CE0A;
}
</style>
background-color css
<style>
a { background-color: #E1CE0A; }
a { background-color: rgb(225,206,10); }
div.DivClassName
{
background-color: #E1CE0A;
}
.BgClassName
{
background-color: #E1CE0A;
}
</style>
border-color css
<style>
span { border-color: #E1CE0A; }
span { border-color: rgb(225,206,10); }
td.TdClassName
{
border-color: #E1CE0A;
}
.TagClassName
{
border-color: #E1CE0A;
}
</style>