Shades of Festival #E8C44B
Tints of Festival #E8C44B
RGB
CMYK
RGB Variations
Color information
#E8C44B (or 0xE8C44B) is known color: Festival. HEX triplet: E8, C4 and 4B. RGB value is (232,196,75). Sum of RGB (Red+Green+Blue) = 232+196+75=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C44B is #173BB4. Grayscale: #C1C1C1. Windows color (decimal): -1522613 or 4965608. OLE color: 4965608.
HSL color Cylindrical-coordinate representation of color #E8C44B: hue angle of 46.24º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8C44B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.09 |
| HSL | 46.24º | 0.77% | 0.6% | - |
| HSV(B) | 46.24º | 0.68% | 0.91% | - |
| XYZ | 54.29 | 57.14 | 14.83 | - |
| YUV | 192.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 75 | 0 | 0.16 | 0.68 | 0.09 | 46.24 | 0.77 | 0.6 |
| Hex | E8 | C4 | 4B | 0 | 10 | 44 | 9 | 2E | 4D | 3C |
| Octal | 350 | 304 | 113 | 0 | 20 | 104 | 11 | 56 | 115 | 74 |
| Binary | 11101000 | 11000100 | 1001011 | 0 | 10000 | 1000100 | 1001 | 101110 | 1001101 | 111100 |
Color Harmonies of #E8C44B
Complementary color
Monochromatic Colors of #E8C44B
Black with #E8C44B
Text Example
Text Example
White with #E8C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C44B; }
p { color: rgb(232,196,75); }
H1.HeaderClassName
{
color: #E8C44B;
}
.AnyTagClassName
{
color: #E8C44B;
}
</style>
background-color css
<style>
a { background-color: #E8C44B; }
a { background-color: rgb(232,196,75); }
div.DivClassName
{
background-color: #E8C44B;
}
.BgClassName
{
background-color: #E8C44B;
}
</style>
border-color css
<style>
span { border-color: #E8C44B; }
span { border-color: rgb(232,196,75); }
td.TdClassName
{
border-color: #E8C44B;
}
.TagClassName
{
border-color: #E8C44B;
}
</style>