Shades of Sunflower #E1CB1E
Tints of Sunflower #E1CB1E
RGB
CMYK
RGB Variations
Color information
#E1CB1E (or 0xE1CB1E) is known color: Sunflower. HEX triplet: E1, CB and 1E. RGB value is (225,203,30). Sum of RGB (Red+Green+Blue) = 225+203+30=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CB1E is #1E34E1. Grayscale: #BEBEBE. Windows color (decimal): -1979618 or 2018273. OLE color: 2018273.
HSL color Cylindrical-coordinate representation of color #E1CB1E: hue angle of 53.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1CB1E is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 30 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.12 |
| HSL | 53.23º | 0.76% | 0.5% | - |
| HSV(B) | 53.23º | 0.87% | 0.88% | - |
| XYZ | 52.64 | 58.81 | 9.81 | - |
| YUV | 189.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 30 | 0 | 0.10 | 0.87 | 0.12 | 53.23 | 0.76 | 0.5 |
| Hex | E1 | CB | 1E | 0 | A | 57 | C | 35 | 4C | 32 |
| Octal | 341 | 313 | 36 | 0 | 12 | 127 | 14 | 65 | 114 | 62 |
| Binary | 11100001 | 11001011 | 11110 | 0 | 1010 | 1010111 | 1100 | 110101 | 1001100 | 110010 |
Color Harmonies of #E1CB1E
Complementary color
Monochromatic Colors of #E1CB1E
Black with #E1CB1E
Text Example
Text Example
White with #E1CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB1E; }
p { color: rgb(225,203,30); }
H1.HeaderClassName
{
color: #E1CB1E;
}
.AnyTagClassName
{
color: #E1CB1E;
}
</style>
background-color css
<style>
a { background-color: #E1CB1E; }
a { background-color: rgb(225,203,30); }
div.DivClassName
{
background-color: #E1CB1E;
}
.BgClassName
{
background-color: #E1CB1E;
}
</style>
border-color css
<style>
span { border-color: #E1CB1E; }
span { border-color: rgb(225,203,30); }
td.TdClassName
{
border-color: #E1CB1E;
}
.TagClassName
{
border-color: #E1CB1E;
}
</style>