Shades of Sunflower #E5D50B
Tints of Sunflower #E5D50B
RGB
CMYK
RGB Variations
Color information
#E5D50B (or 0xE5D50B) is known color: Sunflower. HEX triplet: E5, D5 and 0B. RGB value is (229,213,11). Sum of RGB (Red+Green+Blue) = 229+213+11=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D50B is #1A2AF4. Grayscale: #C3C3C3. Windows color (decimal): -1714933 or 775653. OLE color: 775653.
HSL color Cylindrical-coordinate representation of color #E5D50B: hue angle of 55.6º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5D50B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.10 |
| HSL | 55.6º | 0.91% | 0.47% | - |
| HSV(B) | 55.6º | 0.95% | 0.9% | - |
| XYZ | 56.17 | 64.27 | 9.76 | - |
| YUV | 194.76 | 24.3 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 11 | 0 | 0.07 | 0.95 | 0.10 | 55.6 | 0.91 | 0.47 |
| Hex | E5 | D5 | B | 0 | 7 | 5F | A | 38 | 5B | 2F |
| Octal | 345 | 325 | 13 | 0 | 7 | 137 | 12 | 70 | 133 | 57 |
| Binary | 11100101 | 11010101 | 1011 | 0 | 111 | 1011111 | 1010 | 111000 | 1011011 | 101111 |
Color Harmonies of #E5D50B
Complementary color
Monochromatic Colors of #E5D50B
Black with #E5D50B
Text Example
Text Example
White with #E5D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D50B; }
p { color: rgb(229,213,11); }
H1.HeaderClassName
{
color: #E5D50B;
}
.AnyTagClassName
{
color: #E5D50B;
}
</style>
background-color css
<style>
a { background-color: #E5D50B; }
a { background-color: rgb(229,213,11); }
div.DivClassName
{
background-color: #E5D50B;
}
.BgClassName
{
background-color: #E5D50B;
}
</style>
border-color css
<style>
span { border-color: #E5D50B; }
span { border-color: rgb(229,213,11); }
td.TdClassName
{
border-color: #E5D50B;
}
.TagClassName
{
border-color: #E5D50B;
}
</style>