Shades of Sunflower #E2D506
Tints of Sunflower #E2D506
RGB
CMYK
RGB Variations
Color information
#E2D506 (or 0xE2D506) is known color: Sunflower. HEX triplet: E2, D5 and 06. RGB value is (226,213,6). Sum of RGB (Red+Green+Blue) = 226+213+6=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D506 is #1D2AF9. Grayscale: #C2C2C2. Windows color (decimal): -1911546 or 447970. OLE color: 447970.
HSL color Cylindrical-coordinate representation of color #E2D506: hue angle of 56.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2D506 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.11 |
| HSL | 56.45º | 0.95% | 0.45% | - |
| HSV(B) | 56.45º | 0.97% | 0.89% | - |
| XYZ | 55.19 | 63.77 | 9.57 | - |
| YUV | 193.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 6 | 0 | 0.06 | 0.97 | 0.11 | 56.45 | 0.95 | 0.45 |
| Hex | E2 | D5 | 6 | 0 | 6 | 61 | B | 38 | 5F | 2D |
| Octal | 342 | 325 | 6 | 0 | 6 | 141 | 13 | 70 | 137 | 55 |
| Binary | 11100010 | 11010101 | 110 | 0 | 110 | 1100001 | 1011 | 111000 | 1011111 | 101101 |
Color Harmonies of #E2D506
Complementary color
Monochromatic Colors of #E2D506
Black with #E2D506
Text Example
Text Example
White with #E2D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D506; }
p { color: rgb(226,213,6); }
H1.HeaderClassName
{
color: #E2D506;
}
.AnyTagClassName
{
color: #E2D506;
}
</style>
background-color css
<style>
a { background-color: #E2D506; }
a { background-color: rgb(226,213,6); }
div.DivClassName
{
background-color: #E2D506;
}
.BgClassName
{
background-color: #E2D506;
}
</style>
border-color css
<style>
span { border-color: #E2D506; }
span { border-color: rgb(226,213,6); }
td.TdClassName
{
border-color: #E2D506;
}
.TagClassName
{
border-color: #E2D506;
}
</style>