Shades of Sunflower #E8B80A
Tints of Sunflower #E8B80A
RGB
CMYK
RGB Variations
Color information
#E8B80A (or 0xE8B80A) is known color: Sunflower. HEX triplet: E8, B8 and 0A. RGB value is (232,184,10). Sum of RGB (Red+Green+Blue) = 232+184+10=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B80A is #1747F5. Grayscale: #B3B3B3. Windows color (decimal): -1525750 or 702696. OLE color: 702696.
HSL color Cylindrical-coordinate representation of color #E8B80A: hue angle of 47.03º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8B80A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.09 |
| HSL | 47.03º | 0.92% | 0.47% | - |
| HSV(B) | 47.03º | 0.96% | 0.91% | - |
| XYZ | 50.47 | 51.46 | 7.56 | - |
| YUV | 178.52 | 32.9 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 10 | 0 | 0.21 | 0.96 | 0.09 | 47.03 | 0.92 | 0.47 |
| Hex | E8 | B8 | A | 0 | 15 | 60 | 9 | 2F | 5C | 2F |
| Octal | 350 | 270 | 12 | 0 | 25 | 140 | 11 | 57 | 134 | 57 |
| Binary | 11101000 | 10111000 | 1010 | 0 | 10101 | 1100000 | 1001 | 101111 | 1011100 | 101111 |
Color Harmonies of #E8B80A
Complementary color
Monochromatic Colors of #E8B80A
Black with #E8B80A
Text Example
Text Example
White with #E8B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B80A; }
p { color: rgb(232,184,10); }
H1.HeaderClassName
{
color: #E8B80A;
}
.AnyTagClassName
{
color: #E8B80A;
}
</style>
background-color css
<style>
a { background-color: #E8B80A; }
a { background-color: rgb(232,184,10); }
div.DivClassName
{
background-color: #E8B80A;
}
.BgClassName
{
background-color: #E8B80A;
}
</style>
border-color css
<style>
span { border-color: #E8B80A; }
span { border-color: rgb(232,184,10); }
td.TdClassName
{
border-color: #E8B80A;
}
.TagClassName
{
border-color: #E8B80A;
}
</style>