Shades of Sunflower #E2C81F
Tints of Sunflower #E2C81F
RGB
CMYK
RGB Variations
Color information
#E2C81F (or 0xE2C81F) is known color: Sunflower. HEX triplet: E2, C8 and 1F. RGB value is (226,200,31). Sum of RGB (Red+Green+Blue) = 226+200+31=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C81F is #1D37E0. Grayscale: #BDBDBD. Windows color (decimal): -1914849 or 2083042. OLE color: 2083042.
HSL color Cylindrical-coordinate representation of color #E2C81F: hue angle of 52º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2C81F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.11 |
| HSL | 52º | 0.77% | 0.5% | - |
| HSV(B) | 52º | 0.86% | 0.89% | - |
| XYZ | 52.27 | 57.58 | 9.65 | - |
| YUV | 188.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 31 | 0 | 0.12 | 0.86 | 0.11 | 52 | 0.77 | 0.5 |
| Hex | E2 | C8 | 1F | 0 | C | 56 | B | 34 | 4D | 32 |
| Octal | 342 | 310 | 37 | 0 | 14 | 126 | 13 | 64 | 115 | 62 |
| Binary | 11100010 | 11001000 | 11111 | 0 | 1100 | 1010110 | 1011 | 110100 | 1001101 | 110010 |
Color Harmonies of #E2C81F
Complementary color
Monochromatic Colors of #E2C81F
Black with #E2C81F
Text Example
Text Example
White with #E2C81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C81F; }
p { color: rgb(226,200,31); }
H1.HeaderClassName
{
color: #E2C81F;
}
.AnyTagClassName
{
color: #E2C81F;
}
</style>
background-color css
<style>
a { background-color: #E2C81F; }
a { background-color: rgb(226,200,31); }
div.DivClassName
{
background-color: #E2C81F;
}
.BgClassName
{
background-color: #E2C81F;
}
</style>
border-color css
<style>
span { border-color: #E2C81F; }
span { border-color: rgb(226,200,31); }
td.TdClassName
{
border-color: #E2C81F;
}
.TagClassName
{
border-color: #E2C81F;
}
</style>