Shades of Sunflower #E0CB1C
Tints of Sunflower #E0CB1C
RGB
CMYK
RGB Variations
Color information
#E0CB1C (or 0xE0CB1C) is known color: Sunflower. HEX triplet: E0, CB and 1C. RGB value is (224,203,28). Sum of RGB (Red+Green+Blue) = 224+203+28=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB1C is #1F34E3. Grayscale: #BEBEBE. Windows color (decimal): -2045156 or 1887200. OLE color: 1887200.
HSL color Cylindrical-coordinate representation of color #E0CB1C: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0CB1C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 28 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.12 |
| HSL | 53.57º | 0.78% | 0.49% | - |
| HSV(B) | 53.57º | 0.88% | 0.88% | - |
| XYZ | 52.31 | 58.64 | 9.66 | - |
| YUV | 189.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 28 | 0 | 0.09 | 0.88 | 0.12 | 53.57 | 0.78 | 0.49 |
| Hex | E0 | CB | 1C | 0 | 9 | 58 | C | 36 | 4E | 31 |
| Octal | 340 | 313 | 34 | 0 | 11 | 130 | 14 | 66 | 116 | 61 |
| Binary | 11100000 | 11001011 | 11100 | 0 | 1001 | 1011000 | 1100 | 110110 | 1001110 | 110001 |
Color Harmonies of #E0CB1C
Complementary color
Monochromatic Colors of #E0CB1C
Black with #E0CB1C
Text Example
Text Example
White with #E0CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB1C; }
p { color: rgb(224,203,28); }
H1.HeaderClassName
{
color: #E0CB1C;
}
.AnyTagClassName
{
color: #E0CB1C;
}
</style>
background-color css
<style>
a { background-color: #E0CB1C; }
a { background-color: rgb(224,203,28); }
div.DivClassName
{
background-color: #E0CB1C;
}
.BgClassName
{
background-color: #E0CB1C;
}
</style>
border-color css
<style>
span { border-color: #E0CB1C; }
span { border-color: rgb(224,203,28); }
td.TdClassName
{
border-color: #E0CB1C;
}
.TagClassName
{
border-color: #E0CB1C;
}
</style>