Shades of Festival #E8CB4F
Tints of Festival #E8CB4F
RGB
CMYK
RGB Variations
Color information
#E8CB4F (or 0xE8CB4F) is known color: Festival. HEX triplet: E8, CB and 4F. RGB value is (232,203,79). Sum of RGB (Red+Green+Blue) = 232+203+79=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB4F is #1734B0. Grayscale: #C6C6C6. Windows color (decimal): -1520817 or 5229544. OLE color: 5229544.
HSL color Cylindrical-coordinate representation of color #E8CB4F: hue angle of 48.63º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8CB4F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 79 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.09 |
| HSL | 48.63º | 0.77% | 0.61% | - |
| HSV(B) | 48.63º | 0.66% | 0.91% | - |
| XYZ | 56.05 | 60.43 | 16.11 | - |
| YUV | 197.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 79 | 0 | 0.12 | 0.66 | 0.09 | 48.63 | 0.77 | 0.61 |
| Hex | E8 | CB | 4F | 0 | C | 42 | 9 | 31 | 4D | 3D |
| Octal | 350 | 313 | 117 | 0 | 14 | 102 | 11 | 61 | 115 | 75 |
| Binary | 11101000 | 11001011 | 1001111 | 0 | 1100 | 1000010 | 1001 | 110001 | 1001101 | 111101 |
Color Harmonies of #E8CB4F
Complementary color
Monochromatic Colors of #E8CB4F
Black with #E8CB4F
Text Example
Text Example
White with #E8CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB4F; }
p { color: rgb(232,203,79); }
H1.HeaderClassName
{
color: #E8CB4F;
}
.AnyTagClassName
{
color: #E8CB4F;
}
</style>
background-color css
<style>
a { background-color: #E8CB4F; }
a { background-color: rgb(232,203,79); }
div.DivClassName
{
background-color: #E8CB4F;
}
.BgClassName
{
background-color: #E8CB4F;
}
</style>
border-color css
<style>
span { border-color: #E8CB4F; }
span { border-color: rgb(232,203,79); }
td.TdClassName
{
border-color: #E8CB4F;
}
.TagClassName
{
border-color: #E8CB4F;
}
</style>