Shades of Sunflower #E7B80F
Tints of Sunflower #E7B80F
RGB
CMYK
RGB Variations
Color information
#E7B80F (or 0xE7B80F) is known color: Sunflower. HEX triplet: E7, B8 and 0F. RGB value is (231,184,15). Sum of RGB (Red+Green+Blue) = 231+184+15=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B80F is #1847F0. Grayscale: #B3B3B3. Windows color (decimal): -1591281 or 1030375. OLE color: 1030375.
HSL color Cylindrical-coordinate representation of color #E7B80F: hue angle of 46.94º 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 #E7B80F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.09 |
| HSL | 46.94º | 0.88% | 0.48% | - |
| HSV(B) | 46.94º | 0.94% | 0.91% | - |
| XYZ | 50.18 | 51.3 | 7.71 | - |
| YUV | 178.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 15 | 0 | 0.20 | 0.94 | 0.09 | 46.94 | 0.88 | 0.48 |
| Hex | E7 | B8 | F | 0 | 14 | 5E | 9 | 2F | 58 | 30 |
| Octal | 347 | 270 | 17 | 0 | 24 | 136 | 11 | 57 | 130 | 60 |
| Binary | 11100111 | 10111000 | 1111 | 0 | 10100 | 1011110 | 1001 | 101111 | 1011000 | 110000 |
Color Harmonies of #E7B80F
Complementary color
Monochromatic Colors of #E7B80F
Black with #E7B80F
Text Example
Text Example
White with #E7B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B80F; }
p { color: rgb(231,184,15); }
H1.HeaderClassName
{
color: #E7B80F;
}
.AnyTagClassName
{
color: #E7B80F;
}
</style>
background-color css
<style>
a { background-color: #E7B80F; }
a { background-color: rgb(231,184,15); }
div.DivClassName
{
background-color: #E7B80F;
}
.BgClassName
{
background-color: #E7B80F;
}
</style>
border-color css
<style>
span { border-color: #E7B80F; }
span { border-color: rgb(231,184,15); }
td.TdClassName
{
border-color: #E7B80F;
}
.TagClassName
{
border-color: #E7B80F;
}
</style>