Shades of Sunflower #E5D00C
Tints of Sunflower #E5D00C
RGB
CMYK
RGB Variations
Color information
#E5D00C (or 0xE5D00C) is known color: Sunflower. HEX triplet: E5, D0 and 0C. RGB value is (229,208,12). Sum of RGB (Red+Green+Blue) = 229+208+12=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D00C is #1A2FF3. Grayscale: #C0C0C0. Windows color (decimal): -1716212 or 839909. OLE color: 839909.
HSL color Cylindrical-coordinate representation of color #E5D00C: hue angle of 54.19º 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 #E5D00C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.10 |
| HSL | 54.19º | 0.9% | 0.47% | - |
| HSV(B) | 54.19º | 0.95% | 0.9% | - |
| XYZ | 54.94 | 61.8 | 9.38 | - |
| YUV | 191.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 12 | 0 | 0.09 | 0.95 | 0.10 | 54.19 | 0.9 | 0.47 |
| Hex | E5 | D0 | C | 0 | 9 | 5F | A | 36 | 5A | 2F |
| Octal | 345 | 320 | 14 | 0 | 11 | 137 | 12 | 66 | 132 | 57 |
| Binary | 11100101 | 11010000 | 1100 | 0 | 1001 | 1011111 | 1010 | 110110 | 1011010 | 101111 |
Color Harmonies of #E5D00C
Complementary color
Monochromatic Colors of #E5D00C
Black with #E5D00C
Text Example
Text Example
White with #E5D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D00C; }
p { color: rgb(229,208,12); }
H1.HeaderClassName
{
color: #E5D00C;
}
.AnyTagClassName
{
color: #E5D00C;
}
</style>
background-color css
<style>
a { background-color: #E5D00C; }
a { background-color: rgb(229,208,12); }
div.DivClassName
{
background-color: #E5D00C;
}
.BgClassName
{
background-color: #E5D00C;
}
</style>
border-color css
<style>
span { border-color: #E5D00C; }
span { border-color: rgb(229,208,12); }
td.TdClassName
{
border-color: #E5D00C;
}
.TagClassName
{
border-color: #E5D00C;
}
</style>