Shades of Sunflower #E0C30B
Tints of Sunflower #E0C30B
RGB
CMYK
RGB Variations
Color information
#E0C30B (or 0xE0C30B) is known color: Sunflower. HEX triplet: E0, C3 and 0B. RGB value is (224,195,11). Sum of RGB (Red+Green+Blue) = 224+195+11=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C30B is #1F3CF4. Grayscale: #B7B7B7. Windows color (decimal): -2047221 or 771040. OLE color: 771040.
HSL color Cylindrical-coordinate representation of color #E0C30B: hue angle of 51.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0C30B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.12 |
| HSL | 51.83º | 0.91% | 0.46% | - |
| HSV(B) | 51.83º | 0.95% | 0.88% | - |
| XYZ | 50.32 | 54.9 | 8.26 | - |
| YUV | 182.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 11 | 0 | 0.13 | 0.95 | 0.12 | 51.83 | 0.91 | 0.46 |
| Hex | E0 | C3 | B | 0 | D | 5F | C | 34 | 5B | 2E |
| Octal | 340 | 303 | 13 | 0 | 15 | 137 | 14 | 64 | 133 | 56 |
| Binary | 11100000 | 11000011 | 1011 | 0 | 1101 | 1011111 | 1100 | 110100 | 1011011 | 101110 |
Color Harmonies of #E0C30B
Complementary color
Monochromatic Colors of #E0C30B
Black with #E0C30B
Text Example
Text Example
White with #E0C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C30B; }
p { color: rgb(224,195,11); }
H1.HeaderClassName
{
color: #E0C30B;
}
.AnyTagClassName
{
color: #E0C30B;
}
</style>
background-color css
<style>
a { background-color: #E0C30B; }
a { background-color: rgb(224,195,11); }
div.DivClassName
{
background-color: #E0C30B;
}
.BgClassName
{
background-color: #E0C30B;
}
</style>
border-color css
<style>
span { border-color: #E0C30B; }
span { border-color: rgb(224,195,11); }
td.TdClassName
{
border-color: #E0C30B;
}
.TagClassName
{
border-color: #E0C30B;
}
</style>