Shades of Sunflower #E4BD0B
Tints of Sunflower #E4BD0B
RGB
CMYK
RGB Variations
Color information
#E4BD0B (or 0xE4BD0B) is known color: Sunflower. HEX triplet: E4, BD and 0B. RGB value is (228,189,11). Sum of RGB (Red+Green+Blue) = 228+189+11=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BD0B is #1B42F4. Grayscale: #B5B5B5. Windows color (decimal): -1786613 or 769508. OLE color: 769508.
HSL color Cylindrical-coordinate representation of color #E4BD0B: hue angle of 49.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4BD0B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.11 |
| HSL | 49.22º | 0.91% | 0.47% | - |
| HSV(B) | 49.22º | 0.95% | 0.89% | - |
| XYZ | 50.25 | 52.91 | 7.88 | - |
| YUV | 180.37 | 32.42 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 11 | 0 | 0.17 | 0.95 | 0.11 | 49.22 | 0.91 | 0.47 |
| Hex | E4 | BD | B | 0 | 11 | 5F | B | 31 | 5B | 2F |
| Octal | 344 | 275 | 13 | 0 | 21 | 137 | 13 | 61 | 133 | 57 |
| Binary | 11100100 | 10111101 | 1011 | 0 | 10001 | 1011111 | 1011 | 110001 | 1011011 | 101111 |
Color Harmonies of #E4BD0B
Complementary color
Monochromatic Colors of #E4BD0B
Black with #E4BD0B
Text Example
Text Example
White with #E4BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BD0B; }
p { color: rgb(228,189,11); }
H1.HeaderClassName
{
color: #E4BD0B;
}
.AnyTagClassName
{
color: #E4BD0B;
}
</style>
background-color css
<style>
a { background-color: #E4BD0B; }
a { background-color: rgb(228,189,11); }
div.DivClassName
{
background-color: #E4BD0B;
}
.BgClassName
{
background-color: #E4BD0B;
}
</style>
border-color css
<style>
span { border-color: #E4BD0B; }
span { border-color: rgb(228,189,11); }
td.TdClassName
{
border-color: #E4BD0B;
}
.TagClassName
{
border-color: #E4BD0B;
}
</style>