Shades of Sunflower #E2D30B
Tints of Sunflower #E2D30B
RGB
CMYK
RGB Variations
Color information
#E2D30B (or 0xE2D30B) is known color: Sunflower. HEX triplet: E2, D3 and 0B. RGB value is (226,211,11). Sum of RGB (Red+Green+Blue) = 226+211+11=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D30B is #1D2CF4. Grayscale: #C1C1C1. Windows color (decimal): -1912053 or 775138. OLE color: 775138.
HSL color Cylindrical-coordinate representation of color #E2D30B: hue angle of 55.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2D30B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.11 |
| HSL | 55.81º | 0.91% | 0.46% | - |
| HSV(B) | 55.81º | 0.95% | 0.89% | - |
| XYZ | 54.72 | 62.78 | 9.55 | - |
| YUV | 192.69 | 25.47 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 11 | 0 | 0.07 | 0.95 | 0.11 | 55.81 | 0.91 | 0.46 |
| Hex | E2 | D3 | B | 0 | 7 | 5F | B | 38 | 5B | 2E |
| Octal | 342 | 323 | 13 | 0 | 7 | 137 | 13 | 70 | 133 | 56 |
| Binary | 11100010 | 11010011 | 1011 | 0 | 111 | 1011111 | 1011 | 111000 | 1011011 | 101110 |
Color Harmonies of #E2D30B
Complementary color
Monochromatic Colors of #E2D30B
Black with #E2D30B
Text Example
Text Example
White with #E2D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D30B; }
p { color: rgb(226,211,11); }
H1.HeaderClassName
{
color: #E2D30B;
}
.AnyTagClassName
{
color: #E2D30B;
}
</style>
background-color css
<style>
a { background-color: #E2D30B; }
a { background-color: rgb(226,211,11); }
div.DivClassName
{
background-color: #E2D30B;
}
.BgClassName
{
background-color: #E2D30B;
}
</style>
border-color css
<style>
span { border-color: #E2D30B; }
span { border-color: rgb(226,211,11); }
td.TdClassName
{
border-color: #E2D30B;
}
.TagClassName
{
border-color: #E2D30B;
}
</style>