Shades of Sunflower #E0CB11
Tints of Sunflower #E0CB11
RGB
CMYK
RGB Variations
Color information
#E0CB11 (or 0xE0CB11) is known color: Sunflower. HEX triplet: E0, CB and 11. RGB value is (224,203,17). Sum of RGB (Red+Green+Blue) = 224+203+17=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB11 is #1F34EE. Grayscale: #BCBCBC. Windows color (decimal): -2045167 or 1166304. OLE color: 1166304.
HSL color Cylindrical-coordinate representation of color #E0CB11: hue angle of 53.91º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0CB11 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.12 |
| HSL | 53.91º | 0.86% | 0.47% | - |
| HSV(B) | 53.91º | 0.92% | 0.88% | - |
| XYZ | 52.2 | 58.6 | 9.09 | - |
| YUV | 188.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 17 | 0 | 0.09 | 0.92 | 0.12 | 53.91 | 0.86 | 0.47 |
| Hex | E0 | CB | 11 | 0 | 9 | 5C | C | 36 | 56 | 2F |
| Octal | 340 | 313 | 21 | 0 | 11 | 134 | 14 | 66 | 126 | 57 |
| Binary | 11100000 | 11001011 | 10001 | 0 | 1001 | 1011100 | 1100 | 110110 | 1010110 | 101111 |
Color Harmonies of #E0CB11
Complementary color
Monochromatic Colors of #E0CB11
Black with #E0CB11
Text Example
Text Example
White with #E0CB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB11; }
p { color: rgb(224,203,17); }
H1.HeaderClassName
{
color: #E0CB11;
}
.AnyTagClassName
{
color: #E0CB11;
}
</style>
background-color css
<style>
a { background-color: #E0CB11; }
a { background-color: rgb(224,203,17); }
div.DivClassName
{
background-color: #E0CB11;
}
.BgClassName
{
background-color: #E0CB11;
}
</style>
border-color css
<style>
span { border-color: #E0CB11; }
span { border-color: rgb(224,203,17); }
td.TdClassName
{
border-color: #E0CB11;
}
.TagClassName
{
border-color: #E0CB11;
}
</style>