Shades of Festival #E8D34B
Tints of Festival #E8D34B
RGB
CMYK
RGB Variations
Color information
#E8D34B (or 0xE8D34B) is known color: Festival. HEX triplet: E8, D3 and 4B. RGB value is (232,211,75). Sum of RGB (Red+Green+Blue) = 232+211+75=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D34B is #172CB4. Grayscale: #CACACA. Windows color (decimal): -1518773 or 4969448. OLE color: 4969448.
HSL color Cylindrical-coordinate representation of color #E8D34B: hue angle of 51.97º 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 #E8D34B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 75 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.09 |
| HSL | 51.97º | 0.77% | 0.6% | - |
| HSV(B) | 51.97º | 0.68% | 0.91% | - |
| XYZ | 57.84 | 64.25 | 16.01 | - |
| YUV | 201.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 75 | 0 | 0.09 | 0.68 | 0.09 | 51.97 | 0.77 | 0.6 |
| Hex | E8 | D3 | 4B | 0 | 9 | 44 | 9 | 34 | 4D | 3C |
| Octal | 350 | 323 | 113 | 0 | 11 | 104 | 11 | 64 | 115 | 74 |
| Binary | 11101000 | 11010011 | 1001011 | 0 | 1001 | 1000100 | 1001 | 110100 | 1001101 | 111100 |
Color Harmonies of #E8D34B
Complementary color
Monochromatic Colors of #E8D34B
Black with #E8D34B
Text Example
Text Example
White with #E8D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D34B; }
p { color: rgb(232,211,75); }
H1.HeaderClassName
{
color: #E8D34B;
}
.AnyTagClassName
{
color: #E8D34B;
}
</style>
background-color css
<style>
a { background-color: #E8D34B; }
a { background-color: rgb(232,211,75); }
div.DivClassName
{
background-color: #E8D34B;
}
.BgClassName
{
background-color: #E8D34B;
}
</style>
border-color css
<style>
span { border-color: #E8D34B; }
span { border-color: rgb(232,211,75); }
td.TdClassName
{
border-color: #E8D34B;
}
.TagClassName
{
border-color: #E8D34B;
}
</style>