Shades of Sunflower #E2CD0F
Tints of Sunflower #E2CD0F
RGB
CMYK
RGB Variations
Color information
#E2CD0F (or 0xE2CD0F) is known color: Sunflower. HEX triplet: E2, CD and 0F. RGB value is (226,205,15). Sum of RGB (Red+Green+Blue) = 226+205+15=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CD0F is #1D32F0. Grayscale: #BEBEBE. Windows color (decimal): -1913585 or 1035746. OLE color: 1035746.
HSL color Cylindrical-coordinate representation of color #E2CD0F: hue angle of 54.03º 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 #E2CD0F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.11 |
| HSL | 54.03º | 0.88% | 0.47% | - |
| HSV(B) | 54.03º | 0.93% | 0.89% | - |
| XYZ | 53.28 | 59.87 | 9.2 | - |
| YUV | 189.62 | 29.46 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 15 | 0 | 0.09 | 0.93 | 0.11 | 54.03 | 0.88 | 0.47 |
| Hex | E2 | CD | F | 0 | 9 | 5D | B | 36 | 58 | 2F |
| Octal | 342 | 315 | 17 | 0 | 11 | 135 | 13 | 66 | 130 | 57 |
| Binary | 11100010 | 11001101 | 1111 | 0 | 1001 | 1011101 | 1011 | 110110 | 1011000 | 101111 |
Color Harmonies of #E2CD0F
Complementary color
Monochromatic Colors of #E2CD0F
Black with #E2CD0F
Text Example
Text Example
White with #E2CD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD0F; }
p { color: rgb(226,205,15); }
H1.HeaderClassName
{
color: #E2CD0F;
}
.AnyTagClassName
{
color: #E2CD0F;
}
</style>
background-color css
<style>
a { background-color: #E2CD0F; }
a { background-color: rgb(226,205,15); }
div.DivClassName
{
background-color: #E2CD0F;
}
.BgClassName
{
background-color: #E2CD0F;
}
</style>
border-color css
<style>
span { border-color: #E2CD0F; }
span { border-color: rgb(226,205,15); }
td.TdClassName
{
border-color: #E2CD0F;
}
.TagClassName
{
border-color: #E2CD0F;
}
</style>