Shades of Sunflower #E2B80F
Tints of Sunflower #E2B80F
RGB
CMYK
RGB Variations
Color information
#E2B80F (or 0xE2B80F) is known color: Sunflower. HEX triplet: E2, B8 and 0F. RGB value is (226,184,15). Sum of RGB (Red+Green+Blue) = 226+184+15=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B80F is #1D47F0. Grayscale: #B2B2B2. Windows color (decimal): -1918961 or 1030370. OLE color: 1030370.
HSL color Cylindrical-coordinate representation of color #E2B80F: hue angle of 48.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2B80F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.11 |
| HSL | 48.06º | 0.88% | 0.47% | - |
| HSV(B) | 48.06º | 0.93% | 0.89% | - |
| XYZ | 48.59 | 50.48 | 7.64 | - |
| YUV | 177.29 | 36.41 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 15 | 0 | 0.19 | 0.93 | 0.11 | 48.06 | 0.88 | 0.47 |
| Hex | E2 | B8 | F | 0 | 13 | 5D | B | 30 | 58 | 2F |
| Octal | 342 | 270 | 17 | 0 | 23 | 135 | 13 | 60 | 130 | 57 |
| Binary | 11100010 | 10111000 | 1111 | 0 | 10011 | 1011101 | 1011 | 110000 | 1011000 | 101111 |
Color Harmonies of #E2B80F
Complementary color
Monochromatic Colors of #E2B80F
Black with #E2B80F
Text Example
Text Example
White with #E2B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B80F; }
p { color: rgb(226,184,15); }
H1.HeaderClassName
{
color: #E2B80F;
}
.AnyTagClassName
{
color: #E2B80F;
}
</style>
background-color css
<style>
a { background-color: #E2B80F; }
a { background-color: rgb(226,184,15); }
div.DivClassName
{
background-color: #E2B80F;
}
.BgClassName
{
background-color: #E2B80F;
}
</style>
border-color css
<style>
span { border-color: #E2B80F; }
span { border-color: rgb(226,184,15); }
td.TdClassName
{
border-color: #E2B80F;
}
.TagClassName
{
border-color: #E2B80F;
}
</style>