Shades of Sunflower #E8C70B
Tints of Sunflower #E8C70B
RGB
CMYK
RGB Variations
Color information
#E8C70B (or 0xE8C70B) is known color: Sunflower. HEX triplet: E8, C7 and 0B. RGB value is (232,199,11). Sum of RGB (Red+Green+Blue) = 232+199+11=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C70B is #1738F4. Grayscale: #BCBCBC. Windows color (decimal): -1521909 or 772072. OLE color: 772072.
HSL color Cylindrical-coordinate representation of color #E8C70B: hue angle of 51.04º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8C70B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.09 |
| HSL | 51.04º | 0.91% | 0.48% | - |
| HSV(B) | 51.04º | 0.95% | 0.91% | - |
| XYZ | 53.76 | 58.03 | 8.68 | - |
| YUV | 187.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 11 | 0 | 0.14 | 0.95 | 0.09 | 51.04 | 0.91 | 0.48 |
| Hex | E8 | C7 | B | 0 | E | 5F | 9 | 33 | 5B | 30 |
| Octal | 350 | 307 | 13 | 0 | 16 | 137 | 11 | 63 | 133 | 60 |
| Binary | 11101000 | 11000111 | 1011 | 0 | 1110 | 1011111 | 1001 | 110011 | 1011011 | 110000 |
Color Harmonies of #E8C70B
Complementary color
Monochromatic Colors of #E8C70B
Black with #E8C70B
Text Example
Text Example
White with #E8C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C70B; }
p { color: rgb(232,199,11); }
H1.HeaderClassName
{
color: #E8C70B;
}
.AnyTagClassName
{
color: #E8C70B;
}
</style>
background-color css
<style>
a { background-color: #E8C70B; }
a { background-color: rgb(232,199,11); }
div.DivClassName
{
background-color: #E8C70B;
}
.BgClassName
{
background-color: #E8C70B;
}
</style>
border-color css
<style>
span { border-color: #E8C70B; }
span { border-color: rgb(232,199,11); }
td.TdClassName
{
border-color: #E8C70B;
}
.TagClassName
{
border-color: #E8C70B;
}
</style>