Shades of Sunflower #E5BD0C
Tints of Sunflower #E5BD0C
RGB
CMYK
RGB Variations
Color information
#E5BD0C (or 0xE5BD0C) is known color: Sunflower. HEX triplet: E5, BD and 0C. RGB value is (229,189,12). Sum of RGB (Red+Green+Blue) = 229+189+12=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BD0C is #1A42F3. Grayscale: #B5B5B5. Windows color (decimal): -1721076 or 835045. OLE color: 835045.
HSL color Cylindrical-coordinate representation of color #E5BD0C: hue angle of 48.94º degrees, saturation: 0.9, 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 #E5BD0C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.10 |
| HSL | 48.94º | 0.9% | 0.47% | - |
| HSV(B) | 48.94º | 0.95% | 0.9% | - |
| XYZ | 50.58 | 53.08 | 7.93 | - |
| YUV | 180.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 12 | 0 | 0.17 | 0.95 | 0.10 | 48.94 | 0.9 | 0.47 |
| Hex | E5 | BD | C | 0 | 11 | 5F | A | 31 | 5A | 2F |
| Octal | 345 | 275 | 14 | 0 | 21 | 137 | 12 | 61 | 132 | 57 |
| Binary | 11100101 | 10111101 | 1100 | 0 | 10001 | 1011111 | 1010 | 110001 | 1011010 | 101111 |
Color Harmonies of #E5BD0C
Complementary color
Monochromatic Colors of #E5BD0C
Black with #E5BD0C
Text Example
Text Example
White with #E5BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD0C; }
p { color: rgb(229,189,12); }
H1.HeaderClassName
{
color: #E5BD0C;
}
.AnyTagClassName
{
color: #E5BD0C;
}
</style>
background-color css
<style>
a { background-color: #E5BD0C; }
a { background-color: rgb(229,189,12); }
div.DivClassName
{
background-color: #E5BD0C;
}
.BgClassName
{
background-color: #E5BD0C;
}
</style>
border-color css
<style>
span { border-color: #E5BD0C; }
span { border-color: rgb(229,189,12); }
td.TdClassName
{
border-color: #E5BD0C;
}
.TagClassName
{
border-color: #E5BD0C;
}
</style>