Shades of Sunflower #E8C00B
Tints of Sunflower #E8C00B
RGB
CMYK
RGB Variations
Color information
#E8C00B (or 0xE8C00B) is known color: Sunflower. HEX triplet: E8, C0 and 0B. RGB value is (232,192,11). Sum of RGB (Red+Green+Blue) = 232+192+11=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C00B is #173FF4. Grayscale: #B8B8B8. Windows color (decimal): -1523701 or 770280. OLE color: 770280.
HSL color Cylindrical-coordinate representation of color #E8C00B: hue angle of 49.14º 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 #E8C00B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.09 |
| HSL | 49.14º | 0.91% | 0.48% | - |
| HSV(B) | 49.14º | 0.95% | 0.91% | - |
| XYZ | 52.19 | 54.88 | 8.16 | - |
| YUV | 183.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 11 | 0 | 0.17 | 0.95 | 0.09 | 49.14 | 0.91 | 0.48 |
| Hex | E8 | C0 | B | 0 | 11 | 5F | 9 | 31 | 5B | 30 |
| Octal | 350 | 300 | 13 | 0 | 21 | 137 | 11 | 61 | 133 | 60 |
| Binary | 11101000 | 11000000 | 1011 | 0 | 10001 | 1011111 | 1001 | 110001 | 1011011 | 110000 |
Color Harmonies of #E8C00B
Complementary color
Monochromatic Colors of #E8C00B
Black with #E8C00B
Text Example
Text Example
White with #E8C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C00B; }
p { color: rgb(232,192,11); }
H1.HeaderClassName
{
color: #E8C00B;
}
.AnyTagClassName
{
color: #E8C00B;
}
</style>
background-color css
<style>
a { background-color: #E8C00B; }
a { background-color: rgb(232,192,11); }
div.DivClassName
{
background-color: #E8C00B;
}
.BgClassName
{
background-color: #E8C00B;
}
</style>
border-color css
<style>
span { border-color: #E8C00B; }
span { border-color: rgb(232,192,11); }
td.TdClassName
{
border-color: #E8C00B;
}
.TagClassName
{
border-color: #E8C00B;
}
</style>