Shades of Sunflower #E0D70B
Tints of Sunflower #E0D70B
RGB
CMYK
RGB Variations
Color information
#E0D70B (or 0xE0D70B) is known color: Sunflower. HEX triplet: E0, D7 and 0B. RGB value is (224,215,11). Sum of RGB (Red+Green+Blue) = 224+215+11=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D70B is #1F28F4. Grayscale: #C3C3C3. Windows color (decimal): -2042101 or 776160. OLE color: 776160.
HSL color Cylindrical-coordinate representation of color #E0D70B: hue angle of 57.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0D70B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.12 |
| HSL | 57.46º | 0.91% | 0.46% | - |
| HSV(B) | 57.46º | 0.95% | 0.88% | - |
| XYZ | 55.1 | 64.47 | 9.86 | - |
| YUV | 194.44 | 24.48 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 11 | 0 | 0.04 | 0.95 | 0.12 | 57.46 | 0.91 | 0.46 |
| Hex | E0 | D7 | B | 0 | 4 | 5F | C | 39 | 5B | 2E |
| Octal | 340 | 327 | 13 | 0 | 4 | 137 | 14 | 71 | 133 | 56 |
| Binary | 11100000 | 11010111 | 1011 | 0 | 100 | 1011111 | 1100 | 111001 | 1011011 | 101110 |
Color Harmonies of #E0D70B
Complementary color
Monochromatic Colors of #E0D70B
Black with #E0D70B
Text Example
Text Example
White with #E0D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D70B; }
p { color: rgb(224,215,11); }
H1.HeaderClassName
{
color: #E0D70B;
}
.AnyTagClassName
{
color: #E0D70B;
}
</style>
background-color css
<style>
a { background-color: #E0D70B; }
a { background-color: rgb(224,215,11); }
div.DivClassName
{
background-color: #E0D70B;
}
.BgClassName
{
background-color: #E0D70B;
}
</style>
border-color css
<style>
span { border-color: #E0D70B; }
span { border-color: rgb(224,215,11); }
td.TdClassName
{
border-color: #E0D70B;
}
.TagClassName
{
border-color: #E0D70B;
}
</style>