Shades of Festival #E8C34B
Tints of Festival #E8C34B
RGB
CMYK
RGB Variations
Color information
#E8C34B (or 0xE8C34B) is known color: Festival. HEX triplet: E8, C3 and 4B. RGB value is (232,195,75). Sum of RGB (Red+Green+Blue) = 232+195+75=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C34B is #173CB4. Grayscale: #C0C0C0. Windows color (decimal): -1522869 or 4965352. OLE color: 4965352.
HSL color Cylindrical-coordinate representation of color #E8C34B: hue angle of 45.86º 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 #E8C34B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.09 |
| HSL | 45.86º | 0.77% | 0.6% | - |
| HSV(B) | 45.86º | 0.68% | 0.91% | - |
| XYZ | 54.06 | 56.69 | 14.75 | - |
| YUV | 192.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 75 | 0 | 0.16 | 0.68 | 0.09 | 45.86 | 0.77 | 0.6 |
| Hex | E8 | C3 | 4B | 0 | 10 | 44 | 9 | 2E | 4D | 3C |
| Octal | 350 | 303 | 113 | 0 | 20 | 104 | 11 | 56 | 115 | 74 |
| Binary | 11101000 | 11000011 | 1001011 | 0 | 10000 | 1000100 | 1001 | 101110 | 1001101 | 111100 |
Color Harmonies of #E8C34B
Complementary color
Monochromatic Colors of #E8C34B
Black with #E8C34B
Text Example
Text Example
White with #E8C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C34B; }
p { color: rgb(232,195,75); }
H1.HeaderClassName
{
color: #E8C34B;
}
.AnyTagClassName
{
color: #E8C34B;
}
</style>
background-color css
<style>
a { background-color: #E8C34B; }
a { background-color: rgb(232,195,75); }
div.DivClassName
{
background-color: #E8C34B;
}
.BgClassName
{
background-color: #E8C34B;
}
</style>
border-color css
<style>
span { border-color: #E8C34B; }
span { border-color: rgb(232,195,75); }
td.TdClassName
{
border-color: #E8C34B;
}
.TagClassName
{
border-color: #E8C34B;
}
</style>