Shades of Festival #E8CB41
Tints of Festival #E8CB41
RGB
CMYK
RGB Variations
Color information
#E8CB41 (or 0xE8CB41) is known color: Festival. HEX triplet: E8, CB and 41. RGB value is (232,203,65). Sum of RGB (Red+Green+Blue) = 232+203+65=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CB41 is #1734BE. Grayscale: #C4C4C4. Windows color (decimal): -1520831 or 4312040. OLE color: 4312040.
HSL color Cylindrical-coordinate representation of color #E8CB41: hue angle of 49.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8CB41 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 65 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.09 |
| HSL | 49.58º | 0.78% | 0.58% | - |
| HSV(B) | 49.58º | 0.72% | 0.91% | - |
| XYZ | 55.59 | 60.25 | 13.7 | - |
| YUV | 195.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 65 | 0 | 0.12 | 0.72 | 0.09 | 49.58 | 0.78 | 0.58 |
| Hex | E8 | CB | 41 | 0 | C | 48 | 9 | 32 | 4E | 3A |
| Octal | 350 | 313 | 101 | 0 | 14 | 110 | 11 | 62 | 116 | 72 |
| Binary | 11101000 | 11001011 | 1000001 | 0 | 1100 | 1001000 | 1001 | 110010 | 1001110 | 111010 |
Color Harmonies of #E8CB41
Complementary color
Monochromatic Colors of #E8CB41
Black with #E8CB41
Text Example
Text Example
White with #E8CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB41; }
p { color: rgb(232,203,65); }
H1.HeaderClassName
{
color: #E8CB41;
}
.AnyTagClassName
{
color: #E8CB41;
}
</style>
background-color css
<style>
a { background-color: #E8CB41; }
a { background-color: rgb(232,203,65); }
div.DivClassName
{
background-color: #E8CB41;
}
.BgClassName
{
background-color: #E8CB41;
}
</style>
border-color css
<style>
span { border-color: #E8CB41; }
span { border-color: rgb(232,203,65); }
td.TdClassName
{
border-color: #E8CB41;
}
.TagClassName
{
border-color: #E8CB41;
}
</style>