Shades of Sunflower #E0B800
Tints of Sunflower #E0B800
RGB
CMYK
RGB Variations
Color information
#E0B800 (or 0xE0B800) is known color: Sunflower. HEX triplet: E0, B8 and 00. RGB value is (224,184,0). Sum of RGB (Red+Green+Blue) = 224+184+0=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B800 is #1F47FF. Grayscale: #AFAFAF. Windows color (decimal): -2050048 or 47328. OLE color: 47328.
HSL color Cylindrical-coordinate representation of color #E0B800: hue angle of 49.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0B800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.12 |
| HSL | 49.29º | 1% | 0.44% | - |
| HSV(B) | 49.29º | 1% | 0.88% | - |
| XYZ | 47.88 | 50.13 | 7.15 | - |
| YUV | 174.98 | 29.25 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 0 | 0 | 0.18 | 1 | 0.12 | 49.29 | 1 | 0.44 |
| Hex | E0 | B8 | 0 | 0 | 12 | 64 | C | 31 | 64 | 2C |
| Octal | 340 | 270 | 0 | 0 | 22 | 144 | 14 | 61 | 144 | 54 |
| Binary | 11100000 | 10111000 | 0 | 0 | 10010 | 1100100 | 1100 | 110001 | 1100100 | 101100 |
Color Harmonies of #E0B800
Complementary color
Monochromatic Colors of #E0B800
Black with #E0B800
Text Example
Text Example
White with #E0B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B800; }
p { color: rgb(224,184,0); }
H1.HeaderClassName
{
color: #E0B800;
}
.AnyTagClassName
{
color: #E0B800;
}
</style>
background-color css
<style>
a { background-color: #E0B800; }
a { background-color: rgb(224,184,0); }
div.DivClassName
{
background-color: #E0B800;
}
.BgClassName
{
background-color: #E0B800;
}
</style>
border-color css
<style>
span { border-color: #E0B800; }
span { border-color: rgb(224,184,0); }
td.TdClassName
{
border-color: #E0B800;
}
.TagClassName
{
border-color: #E0B800;
}
</style>