Shades of Sunflower #E0C01B
Tints of Sunflower #E0C01B
RGB
CMYK
RGB Variations
Color information
#E0C01B (or 0xE0C01B) is known color: Sunflower. HEX triplet: E0, C0 and 1B. RGB value is (224,192,27). Sum of RGB (Red+Green+Blue) = 224+192+27=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C01B is #1F3FE4. Grayscale: #B7B7B7. Windows color (decimal): -2047973 or 1818848. OLE color: 1818848.
HSL color Cylindrical-coordinate representation of color #E0C01B: hue angle of 50.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0C01B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.12 |
| HSL | 50.25º | 0.78% | 0.49% | - |
| HSV(B) | 50.25º | 0.88% | 0.88% | - |
| XYZ | 49.79 | 53.63 | 8.76 | - |
| YUV | 182.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 27 | 0 | 0.14 | 0.88 | 0.12 | 50.25 | 0.78 | 0.49 |
| Hex | E0 | C0 | 1B | 0 | E | 58 | C | 32 | 4E | 31 |
| Octal | 340 | 300 | 33 | 0 | 16 | 130 | 14 | 62 | 116 | 61 |
| Binary | 11100000 | 11000000 | 11011 | 0 | 1110 | 1011000 | 1100 | 110010 | 1001110 | 110001 |
Color Harmonies of #E0C01B
Complementary color
Monochromatic Colors of #E0C01B
Black with #E0C01B
Text Example
Text Example
White with #E0C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C01B; }
p { color: rgb(224,192,27); }
H1.HeaderClassName
{
color: #E0C01B;
}
.AnyTagClassName
{
color: #E0C01B;
}
</style>
background-color css
<style>
a { background-color: #E0C01B; }
a { background-color: rgb(224,192,27); }
div.DivClassName
{
background-color: #E0C01B;
}
.BgClassName
{
background-color: #E0C01B;
}
</style>
border-color css
<style>
span { border-color: #E0C01B; }
span { border-color: rgb(224,192,27); }
td.TdClassName
{
border-color: #E0C01B;
}
.TagClassName
{
border-color: #E0C01B;
}
</style>