Shades of Sunflower #E9B80F
Tints of Sunflower #E9B80F
RGB
CMYK
RGB Variations
Color information
#E9B80F (or 0xE9B80F) is known color: Sunflower. HEX triplet: E9, B8 and 0F. RGB value is (233,184,15). Sum of RGB (Red+Green+Blue) = 233+184+15=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B80F is #1647F0. Grayscale: #B4B4B4. Windows color (decimal): -1460209 or 1030377. OLE color: 1030377.
HSL color Cylindrical-coordinate representation of color #E9B80F: hue angle of 46.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9B80F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.09 |
| HSL | 46.51º | 0.88% | 0.49% | - |
| HSV(B) | 46.51º | 0.94% | 0.91% | - |
| XYZ | 50.83 | 51.64 | 7.74 | - |
| YUV | 179.39 | 35.23 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 15 | 0 | 0.21 | 0.94 | 0.09 | 46.51 | 0.88 | 0.49 |
| Hex | E9 | B8 | F | 0 | 15 | 5E | 9 | 2F | 58 | 31 |
| Octal | 351 | 270 | 17 | 0 | 25 | 136 | 11 | 57 | 130 | 61 |
| Binary | 11101001 | 10111000 | 1111 | 0 | 10101 | 1011110 | 1001 | 101111 | 1011000 | 110001 |
Color Harmonies of #E9B80F
Complementary color
Monochromatic Colors of #E9B80F
Black with #E9B80F
Text Example
Text Example
White with #E9B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B80F; }
p { color: rgb(233,184,15); }
H1.HeaderClassName
{
color: #E9B80F;
}
.AnyTagClassName
{
color: #E9B80F;
}
</style>
background-color css
<style>
a { background-color: #E9B80F; }
a { background-color: rgb(233,184,15); }
div.DivClassName
{
background-color: #E9B80F;
}
.BgClassName
{
background-color: #E9B80F;
}
</style>
border-color css
<style>
span { border-color: #E9B80F; }
span { border-color: rgb(233,184,15); }
td.TdClassName
{
border-color: #E9B80F;
}
.TagClassName
{
border-color: #E9B80F;
}
</style>