Shades of Festival #E3CB58
Tints of Festival #E3CB58
RGB
CMYK
RGB Variations
Color information
#E3CB58 (or 0xE3CB58) is known color: Festival. HEX triplet: E3, CB and 58. RGB value is (227,203,88). Sum of RGB (Red+Green+Blue) = 227+203+88=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB58 is #1C34A7. Grayscale: #C5C5C5. Windows color (decimal): -1848488 or 5819363. OLE color: 5819363.
HSL color Cylindrical-coordinate representation of color #E3CB58: hue angle of 49.64º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E3CB58 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 88 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.11 |
| HSL | 49.64º | 0.71% | 0.62% | - |
| HSV(B) | 49.64º | 0.61% | 0.89% | - |
| XYZ | 54.8 | 59.75 | 17.88 | - |
| YUV | 197.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 88 | 0 | 0.11 | 0.61 | 0.11 | 49.64 | 0.71 | 0.62 |
| Hex | E3 | CB | 58 | 0 | B | 3D | B | 32 | 47 | 3E |
| Octal | 343 | 313 | 130 | 0 | 13 | 75 | 13 | 62 | 107 | 76 |
| Binary | 11100011 | 11001011 | 1011000 | 0 | 1011 | 111101 | 1011 | 110010 | 1000111 | 111110 |
Color Harmonies of #E3CB58
Complementary color
Monochromatic Colors of #E3CB58
Black with #E3CB58
Text Example
Text Example
White with #E3CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB58; }
p { color: rgb(227,203,88); }
H1.HeaderClassName
{
color: #E3CB58;
}
.AnyTagClassName
{
color: #E3CB58;
}
</style>
background-color css
<style>
a { background-color: #E3CB58; }
a { background-color: rgb(227,203,88); }
div.DivClassName
{
background-color: #E3CB58;
}
.BgClassName
{
background-color: #E3CB58;
}
</style>
border-color css
<style>
span { border-color: #E3CB58; }
span { border-color: rgb(227,203,88); }
td.TdClassName
{
border-color: #E3CB58;
}
.TagClassName
{
border-color: #E3CB58;
}
</style>