Shades of Sunflower #E0B409
Tints of Sunflower #E0B409
RGB
CMYK
RGB Variations
Color information
#E0B409 (or 0xE0B409) is known color: Sunflower. HEX triplet: E0, B4 and 09. RGB value is (224,180,9). Sum of RGB (Red+Green+Blue) = 224+180+9=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B409 is #1F4BF6. Grayscale: #AEAEAE. Windows color (decimal): -2051063 or 636128. OLE color: 636128.
HSL color Cylindrical-coordinate representation of color #E0B409: hue angle of 47.72º degrees, saturation: 0.92, 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 #E0B409 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.12 |
| HSL | 47.72º | 0.92% | 0.46% | - |
| HSV(B) | 47.72º | 0.96% | 0.88% | - |
| XYZ | 47.11 | 48.51 | 7.14 | - |
| YUV | 173.66 | 35.08 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 9 | 0 | 0.20 | 0.96 | 0.12 | 47.72 | 0.92 | 0.46 |
| Hex | E0 | B4 | 9 | 0 | 14 | 60 | C | 30 | 5C | 2E |
| Octal | 340 | 264 | 11 | 0 | 24 | 140 | 14 | 60 | 134 | 56 |
| Binary | 11100000 | 10110100 | 1001 | 0 | 10100 | 1100000 | 1100 | 110000 | 1011100 | 101110 |
Color Harmonies of #E0B409
Complementary color
Monochromatic Colors of #E0B409
Black with #E0B409
Text Example
Text Example
White with #E0B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B409; }
p { color: rgb(224,180,9); }
H1.HeaderClassName
{
color: #E0B409;
}
.AnyTagClassName
{
color: #E0B409;
}
</style>
background-color css
<style>
a { background-color: #E0B409; }
a { background-color: rgb(224,180,9); }
div.DivClassName
{
background-color: #E0B409;
}
.BgClassName
{
background-color: #E0B409;
}
</style>
border-color css
<style>
span { border-color: #E0B409; }
span { border-color: rgb(224,180,9); }
td.TdClassName
{
border-color: #E0B409;
}
.TagClassName
{
border-color: #E0B409;
}
</style>