Shades of Sunflower #E8B80F
Tints of Sunflower #E8B80F
RGB
CMYK
RGB Variations
Color information
#E8B80F (or 0xE8B80F) is known color: Sunflower. HEX triplet: E8, B8 and 0F. RGB value is (232,184,15). Sum of RGB (Red+Green+Blue) = 232+184+15=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B80F is #1747F0. Grayscale: #B3B3B3. Windows color (decimal): -1525745 or 1030376. OLE color: 1030376.
HSL color Cylindrical-coordinate representation of color #E8B80F: hue angle of 46.73º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8B80F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.09 |
| HSL | 46.73º | 0.88% | 0.48% | - |
| HSV(B) | 46.73º | 0.94% | 0.91% | - |
| XYZ | 50.51 | 51.47 | 7.72 | - |
| YUV | 179.09 | 35.4 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 15 | 0 | 0.21 | 0.94 | 0.09 | 46.73 | 0.88 | 0.48 |
| Hex | E8 | B8 | F | 0 | 15 | 5E | 9 | 2F | 58 | 30 |
| Octal | 350 | 270 | 17 | 0 | 25 | 136 | 11 | 57 | 130 | 60 |
| Binary | 11101000 | 10111000 | 1111 | 0 | 10101 | 1011110 | 1001 | 101111 | 1011000 | 110000 |
Color Harmonies of #E8B80F
Complementary color
Monochromatic Colors of #E8B80F
Black with #E8B80F
Text Example
Text Example
White with #E8B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B80F; }
p { color: rgb(232,184,15); }
H1.HeaderClassName
{
color: #E8B80F;
}
.AnyTagClassName
{
color: #E8B80F;
}
</style>
background-color css
<style>
a { background-color: #E8B80F; }
a { background-color: rgb(232,184,15); }
div.DivClassName
{
background-color: #E8B80F;
}
.BgClassName
{
background-color: #E8B80F;
}
</style>
border-color css
<style>
span { border-color: #E8B80F; }
span { border-color: rgb(232,184,15); }
td.TdClassName
{
border-color: #E8B80F;
}
.TagClassName
{
border-color: #E8B80F;
}
</style>