Shades of Sunflower #E7B40B
Tints of Sunflower #E7B40B
RGB
CMYK
RGB Variations
Color information
#E7B40B (or 0xE7B40B) is known color: Sunflower. HEX triplet: E7, B4 and 0B. RGB value is (231,180,11). Sum of RGB (Red+Green+Blue) = 231+180+11=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B40B is #184BF4. Grayscale: #B0B0B0. Windows color (decimal): -1592309 or 767207. OLE color: 767207.
HSL color Cylindrical-coordinate representation of color #E7B40B: hue angle of 46.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7B40B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.09 |
| HSL | 46.09º | 0.91% | 0.47% | - |
| HSV(B) | 46.09º | 0.95% | 0.91% | - |
| XYZ | 49.34 | 49.66 | 7.3 | - |
| YUV | 175.98 | 34.9 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 11 | 0 | 0.22 | 0.95 | 0.09 | 46.09 | 0.91 | 0.47 |
| Hex | E7 | B4 | B | 0 | 16 | 5F | 9 | 2E | 5B | 2F |
| Octal | 347 | 264 | 13 | 0 | 26 | 137 | 11 | 56 | 133 | 57 |
| Binary | 11100111 | 10110100 | 1011 | 0 | 10110 | 1011111 | 1001 | 101110 | 1011011 | 101111 |
Color Harmonies of #E7B40B
Complementary color
Monochromatic Colors of #E7B40B
Black with #E7B40B
Text Example
Text Example
White with #E7B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B40B; }
p { color: rgb(231,180,11); }
H1.HeaderClassName
{
color: #E7B40B;
}
.AnyTagClassName
{
color: #E7B40B;
}
</style>
background-color css
<style>
a { background-color: #E7B40B; }
a { background-color: rgb(231,180,11); }
div.DivClassName
{
background-color: #E7B40B;
}
.BgClassName
{
background-color: #E7B40B;
}
</style>
border-color css
<style>
span { border-color: #E7B40B; }
span { border-color: rgb(231,180,11); }
td.TdClassName
{
border-color: #E7B40B;
}
.TagClassName
{
border-color: #E7B40B;
}
</style>