Shades of Festival #E8CD40
Tints of Festival #E8CD40
RGB
CMYK
RGB Variations
Color information
#E8CD40 (or 0xE8CD40) is known color: Festival. HEX triplet: E8, CD and 40. RGB value is (232,205,64). Sum of RGB (Red+Green+Blue) = 232+205+64=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CD40 is #1732BF. Grayscale: #C5C5C5. Windows color (decimal): -1520320 or 4247016. OLE color: 4247016.
HSL color Cylindrical-coordinate representation of color #E8CD40: hue angle of 50.36º degrees, saturation: 0.79, 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 #E8CD40 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 64 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.09 |
| HSL | 50.36º | 0.79% | 0.58% | - |
| HSV(B) | 50.36º | 0.72% | 0.91% | - |
| XYZ | 56.04 | 61.19 | 13.71 | - |
| YUV | 197 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 64 | 0 | 0.12 | 0.72 | 0.09 | 50.36 | 0.79 | 0.58 |
| Hex | E8 | CD | 40 | 0 | C | 48 | 9 | 32 | 4F | 3A |
| Octal | 350 | 315 | 100 | 0 | 14 | 110 | 11 | 62 | 117 | 72 |
| Binary | 11101000 | 11001101 | 1000000 | 0 | 1100 | 1001000 | 1001 | 110010 | 1001111 | 111010 |
Color Harmonies of #E8CD40
Complementary color
Monochromatic Colors of #E8CD40
Black with #E8CD40
Text Example
Text Example
White with #E8CD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD40; }
p { color: rgb(232,205,64); }
H1.HeaderClassName
{
color: #E8CD40;
}
.AnyTagClassName
{
color: #E8CD40;
}
</style>
background-color css
<style>
a { background-color: #E8CD40; }
a { background-color: rgb(232,205,64); }
div.DivClassName
{
background-color: #E8CD40;
}
.BgClassName
{
background-color: #E8CD40;
}
</style>
border-color css
<style>
span { border-color: #E8CD40; }
span { border-color: rgb(232,205,64); }
td.TdClassName
{
border-color: #E8CD40;
}
.TagClassName
{
border-color: #E8CD40;
}
</style>