Shades of Sunflower #E0B305
Tints of Sunflower #E0B305
RGB
CMYK
RGB Variations
Color information
#E0B305 (or 0xE0B305) is known color: Sunflower. HEX triplet: E0, B3 and 05. RGB value is (224,179,5). Sum of RGB (Red+Green+Blue) = 224+179+5=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B305 is #1F4CFA. Grayscale: #ADADAD. Windows color (decimal): -2051323 or 373728. OLE color: 373728.
HSL color Cylindrical-coordinate representation of color #E0B305: hue angle of 47.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0B305 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.12 |
| HSL | 47.67º | 0.96% | 0.45% | - |
| HSV(B) | 47.67º | 0.98% | 0.88% | - |
| XYZ | 46.89 | 48.1 | 6.96 | - |
| YUV | 172.62 | 33.41 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 5 | 0 | 0.20 | 0.98 | 0.12 | 47.67 | 0.96 | 0.45 |
| Hex | E0 | B3 | 5 | 0 | 14 | 62 | C | 30 | 60 | 2D |
| Octal | 340 | 263 | 5 | 0 | 24 | 142 | 14 | 60 | 140 | 55 |
| Binary | 11100000 | 10110011 | 101 | 0 | 10100 | 1100010 | 1100 | 110000 | 1100000 | 101101 |
Color Harmonies of #E0B305
Complementary color
Monochromatic Colors of #E0B305
Black with #E0B305
Text Example
Text Example
White with #E0B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B305; }
p { color: rgb(224,179,5); }
H1.HeaderClassName
{
color: #E0B305;
}
.AnyTagClassName
{
color: #E0B305;
}
</style>
background-color css
<style>
a { background-color: #E0B305; }
a { background-color: rgb(224,179,5); }
div.DivClassName
{
background-color: #E0B305;
}
.BgClassName
{
background-color: #E0B305;
}
</style>
border-color css
<style>
span { border-color: #E0B305; }
span { border-color: rgb(224,179,5); }
td.TdClassName
{
border-color: #E0B305;
}
.TagClassName
{
border-color: #E0B305;
}
</style>