Shades of Sunflower #E2C30B
Tints of Sunflower #E2C30B
RGB
CMYK
RGB Variations
Color information
#E2C30B (or 0xE2C30B) is known color: Sunflower. HEX triplet: E2, C3 and 0B. RGB value is (226,195,11). Sum of RGB (Red+Green+Blue) = 226+195+11=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C30B is #1D3CF4. Grayscale: #B8B8B8. Windows color (decimal): -1916149 or 771042. OLE color: 771042.
HSL color Cylindrical-coordinate representation of color #E2C30B: hue angle of 51.35º 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 #E2C30B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.11 |
| HSL | 51.35º | 0.91% | 0.46% | - |
| HSV(B) | 51.35º | 0.95% | 0.89% | - |
| XYZ | 50.94 | 55.22 | 8.29 | - |
| YUV | 183.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 11 | 0 | 0.14 | 0.95 | 0.11 | 51.35 | 0.91 | 0.46 |
| Hex | E2 | C3 | B | 0 | E | 5F | B | 33 | 5B | 2E |
| Octal | 342 | 303 | 13 | 0 | 16 | 137 | 13 | 63 | 133 | 56 |
| Binary | 11100010 | 11000011 | 1011 | 0 | 1110 | 1011111 | 1011 | 110011 | 1011011 | 101110 |
Color Harmonies of #E2C30B
Complementary color
Monochromatic Colors of #E2C30B
Black with #E2C30B
Text Example
Text Example
White with #E2C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C30B; }
p { color: rgb(226,195,11); }
H1.HeaderClassName
{
color: #E2C30B;
}
.AnyTagClassName
{
color: #E2C30B;
}
</style>
background-color css
<style>
a { background-color: #E2C30B; }
a { background-color: rgb(226,195,11); }
div.DivClassName
{
background-color: #E2C30B;
}
.BgClassName
{
background-color: #E2C30B;
}
</style>
border-color css
<style>
span { border-color: #E2C30B; }
span { border-color: rgb(226,195,11); }
td.TdClassName
{
border-color: #E2C30B;
}
.TagClassName
{
border-color: #E2C30B;
}
</style>