Shades of Sunflower #E0B30D
Tints of Sunflower #E0B30D
RGB
CMYK
RGB Variations
Color information
#E0B30D (or 0xE0B30D) is known color: Sunflower. HEX triplet: E0, B3 and 0D. RGB value is (224,179,13). Sum of RGB (Red+Green+Blue) = 224+179+13=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B30D is #1F4CF2. Grayscale: #AEAEAE. Windows color (decimal): -2051315 or 898016. OLE color: 898016.
HSL color Cylindrical-coordinate representation of color #E0B30D: hue angle of 47.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0B30D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.12 |
| HSL | 47.2º | 0.89% | 0.46% | - |
| HSV(B) | 47.2º | 0.94% | 0.88% | - |
| XYZ | 46.93 | 48.12 | 7.19 | - |
| YUV | 173.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 13 | 0 | 0.20 | 0.94 | 0.12 | 47.2 | 0.89 | 0.46 |
| Hex | E0 | B3 | D | 0 | 14 | 5E | C | 2F | 59 | 2E |
| Octal | 340 | 263 | 15 | 0 | 24 | 136 | 14 | 57 | 131 | 56 |
| Binary | 11100000 | 10110011 | 1101 | 0 | 10100 | 1011110 | 1100 | 101111 | 1011001 | 101110 |
Color Harmonies of #E0B30D
Complementary color
Monochromatic Colors of #E0B30D
Black with #E0B30D
Text Example
Text Example
White with #E0B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B30D; }
p { color: rgb(224,179,13); }
H1.HeaderClassName
{
color: #E0B30D;
}
.AnyTagClassName
{
color: #E0B30D;
}
</style>
background-color css
<style>
a { background-color: #E0B30D; }
a { background-color: rgb(224,179,13); }
div.DivClassName
{
background-color: #E0B30D;
}
.BgClassName
{
background-color: #E0B30D;
}
</style>
border-color css
<style>
span { border-color: #E0B30D; }
span { border-color: rgb(224,179,13); }
td.TdClassName
{
border-color: #E0B30D;
}
.TagClassName
{
border-color: #E0B30D;
}
</style>