Shades of Sunflower #E0D30B
Tints of Sunflower #E0D30B
RGB
CMYK
RGB Variations
Color information
#E0D30B (or 0xE0D30B) is known color: Sunflower. HEX triplet: E0, D3 and 0B. RGB value is (224,211,11). Sum of RGB (Red+Green+Blue) = 224+211+11=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D30B is #1F2CF4. Grayscale: #C0C0C0. Windows color (decimal): -2043125 or 775136. OLE color: 775136.
HSL color Cylindrical-coordinate representation of color #E0D30B: hue angle of 56.34º 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 #E0D30B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.12 |
| HSL | 56.34º | 0.91% | 0.46% | - |
| HSV(B) | 56.34º | 0.95% | 0.88% | - |
| XYZ | 54.1 | 62.46 | 9.52 | - |
| YUV | 192.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 11 | 0 | 0.06 | 0.95 | 0.12 | 56.34 | 0.91 | 0.46 |
| Hex | E0 | D3 | B | 0 | 6 | 5F | C | 38 | 5B | 2E |
| Octal | 340 | 323 | 13 | 0 | 6 | 137 | 14 | 70 | 133 | 56 |
| Binary | 11100000 | 11010011 | 1011 | 0 | 110 | 1011111 | 1100 | 111000 | 1011011 | 101110 |
Color Harmonies of #E0D30B
Complementary color
Monochromatic Colors of #E0D30B
Black with #E0D30B
Text Example
Text Example
White with #E0D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D30B; }
p { color: rgb(224,211,11); }
H1.HeaderClassName
{
color: #E0D30B;
}
.AnyTagClassName
{
color: #E0D30B;
}
</style>
background-color css
<style>
a { background-color: #E0D30B; }
a { background-color: rgb(224,211,11); }
div.DivClassName
{
background-color: #E0D30B;
}
.BgClassName
{
background-color: #E0D30B;
}
</style>
border-color css
<style>
span { border-color: #E0D30B; }
span { border-color: rgb(224,211,11); }
td.TdClassName
{
border-color: #E0D30B;
}
.TagClassName
{
border-color: #E0D30B;
}
</style>