Shades of Sunflower #E0BD1D
Tints of Sunflower #E0BD1D
RGB
CMYK
RGB Variations
Color information
#E0BD1D (or 0xE0BD1D) is known color: Sunflower. HEX triplet: E0, BD and 1D. RGB value is (224,189,29). Sum of RGB (Red+Green+Blue) = 224+189+29=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD1D is #1F42E2. Grayscale: #B5B5B5. Windows color (decimal): -2048739 or 1949152. OLE color: 1949152.
HSL color Cylindrical-coordinate representation of color #E0BD1D: hue angle of 49.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0BD1D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 29 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.12 |
| HSL | 49.23º | 0.77% | 0.5% | - |
| HSV(B) | 49.23º | 0.87% | 0.88% | - |
| XYZ | 49.16 | 52.33 | 8.67 | - |
| YUV | 181.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 29 | 0 | 0.16 | 0.87 | 0.12 | 49.23 | 0.77 | 0.5 |
| Hex | E0 | BD | 1D | 0 | 10 | 57 | C | 31 | 4D | 32 |
| Octal | 340 | 275 | 35 | 0 | 20 | 127 | 14 | 61 | 115 | 62 |
| Binary | 11100000 | 10111101 | 11101 | 0 | 10000 | 1010111 | 1100 | 110001 | 1001101 | 110010 |
Color Harmonies of #E0BD1D
Complementary color
Monochromatic Colors of #E0BD1D
Black with #E0BD1D
Text Example
Text Example
White with #E0BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD1D; }
p { color: rgb(224,189,29); }
H1.HeaderClassName
{
color: #E0BD1D;
}
.AnyTagClassName
{
color: #E0BD1D;
}
</style>
background-color css
<style>
a { background-color: #E0BD1D; }
a { background-color: rgb(224,189,29); }
div.DivClassName
{
background-color: #E0BD1D;
}
.BgClassName
{
background-color: #E0BD1D;
}
</style>
border-color css
<style>
span { border-color: #E0BD1D; }
span { border-color: rgb(224,189,29); }
td.TdClassName
{
border-color: #E0BD1D;
}
.TagClassName
{
border-color: #E0BD1D;
}
</style>