Shades of Sunflower #E2CB1B
Tints of Sunflower #E2CB1B
RGB
CMYK
RGB Variations
Color information
#E2CB1B (or 0xE2CB1B) is known color: Sunflower. HEX triplet: E2, CB and 1B. RGB value is (226,203,27). Sum of RGB (Red+Green+Blue) = 226+203+27=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CB1B is #1D34E4. Grayscale: #BEBEBE. Windows color (decimal): -1914085 or 1821666. OLE color: 1821666.
HSL color Cylindrical-coordinate representation of color #E2CB1B: hue angle of 53.07º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2CB1B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.11 |
| HSL | 53.07º | 0.79% | 0.5% | - |
| HSV(B) | 53.07º | 0.88% | 0.89% | - |
| XYZ | 52.92 | 58.96 | 9.63 | - |
| YUV | 189.81 | 36.12 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 27 | 0 | 0.10 | 0.88 | 0.11 | 53.07 | 0.79 | 0.5 |
| Hex | E2 | CB | 1B | 0 | A | 58 | B | 35 | 4F | 32 |
| Octal | 342 | 313 | 33 | 0 | 12 | 130 | 13 | 65 | 117 | 62 |
| Binary | 11100010 | 11001011 | 11011 | 0 | 1010 | 1011000 | 1011 | 110101 | 1001111 | 110010 |
Color Harmonies of #E2CB1B
Complementary color
Monochromatic Colors of #E2CB1B
Black with #E2CB1B
Text Example
Text Example
White with #E2CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB1B; }
p { color: rgb(226,203,27); }
H1.HeaderClassName
{
color: #E2CB1B;
}
.AnyTagClassName
{
color: #E2CB1B;
}
</style>
background-color css
<style>
a { background-color: #E2CB1B; }
a { background-color: rgb(226,203,27); }
div.DivClassName
{
background-color: #E2CB1B;
}
.BgClassName
{
background-color: #E2CB1B;
}
</style>
border-color css
<style>
span { border-color: #E2CB1B; }
span { border-color: rgb(226,203,27); }
td.TdClassName
{
border-color: #E2CB1B;
}
.TagClassName
{
border-color: #E2CB1B;
}
</style>