Shades of Sunflower #E8B70F
Tints of Sunflower #E8B70F
RGB
CMYK
RGB Variations
Color information
#E8B70F (or 0xE8B70F) is known color: Sunflower. HEX triplet: E8, B7 and 0F. RGB value is (232,183,15). Sum of RGB (Red+Green+Blue) = 232+183+15=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B70F is #1748F0. Grayscale: #B3B3B3. Windows color (decimal): -1526001 or 1030120. OLE color: 1030120.
HSL color Cylindrical-coordinate representation of color #E8B70F: hue angle of 46.45º 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 #E8B70F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.09 |
| HSL | 46.45º | 0.88% | 0.48% | - |
| HSV(B) | 46.45º | 0.94% | 0.91% | - |
| XYZ | 50.3 | 51.06 | 7.66 | - |
| YUV | 178.5 | 35.73 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 15 | 0 | 0.21 | 0.94 | 0.09 | 46.45 | 0.88 | 0.48 |
| Hex | E8 | B7 | F | 0 | 15 | 5E | 9 | 2E | 58 | 30 |
| Octal | 350 | 267 | 17 | 0 | 25 | 136 | 11 | 56 | 130 | 60 |
| Binary | 11101000 | 10110111 | 1111 | 0 | 10101 | 1011110 | 1001 | 101110 | 1011000 | 110000 |
Color Harmonies of #E8B70F
Complementary color
Monochromatic Colors of #E8B70F
Black with #E8B70F
Text Example
Text Example
White with #E8B70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B70F; }
p { color: rgb(232,183,15); }
H1.HeaderClassName
{
color: #E8B70F;
}
.AnyTagClassName
{
color: #E8B70F;
}
</style>
background-color css
<style>
a { background-color: #E8B70F; }
a { background-color: rgb(232,183,15); }
div.DivClassName
{
background-color: #E8B70F;
}
.BgClassName
{
background-color: #E8B70F;
}
</style>
border-color css
<style>
span { border-color: #E8B70F; }
span { border-color: rgb(232,183,15); }
td.TdClassName
{
border-color: #E8B70F;
}
.TagClassName
{
border-color: #E8B70F;
}
</style>