Shades of Sunflower #E0CB00
Tints of Sunflower #E0CB00
RGB
CMYK
RGB Variations
Color information
#E0CB00 (or 0xE0CB00) is known color: Sunflower. HEX triplet: E0, CB and 00. RGB value is (224,203,0). Sum of RGB (Red+Green+Blue) = 224+203+0=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB00 is #1F34FF. Grayscale: #BABABA. Windows color (decimal): -2045184 or 52192. OLE color: 52192.
HSL color Cylindrical-coordinate representation of color #E0CB00: hue angle of 54.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0CB00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.12 |
| HSL | 54.38º | 1% | 0.44% | - |
| HSV(B) | 54.38º | 1% | 0.88% | - |
| XYZ | 52.1 | 58.56 | 8.56 | - |
| YUV | 186.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 0 | 0 | 0.09 | 1 | 0.12 | 54.38 | 1 | 0.44 |
| Hex | E0 | CB | 0 | 0 | 9 | 64 | C | 36 | 64 | 2C |
| Octal | 340 | 313 | 0 | 0 | 11 | 144 | 14 | 66 | 144 | 54 |
| Binary | 11100000 | 11001011 | 0 | 0 | 1001 | 1100100 | 1100 | 110110 | 1100100 | 101100 |
Color Harmonies of #E0CB00
Complementary color
Monochromatic Colors of #E0CB00
Black with #E0CB00
Text Example
Text Example
White with #E0CB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB00; }
p { color: rgb(224,203,0); }
H1.HeaderClassName
{
color: #E0CB00;
}
.AnyTagClassName
{
color: #E0CB00;
}
</style>
background-color css
<style>
a { background-color: #E0CB00; }
a { background-color: rgb(224,203,0); }
div.DivClassName
{
background-color: #E0CB00;
}
.BgClassName
{
background-color: #E0CB00;
}
</style>
border-color css
<style>
span { border-color: #E0CB00; }
span { border-color: rgb(224,203,0); }
td.TdClassName
{
border-color: #E0CB00;
}
.TagClassName
{
border-color: #E0CB00;
}
</style>