Shades of Festival #E8CD3D
Tints of Festival #E8CD3D
RGB
CMYK
RGB Variations
Color information
#E8CD3D (or 0xE8CD3D) is known color: Festival. HEX triplet: E8, CD and 3D. RGB value is (232,205,61). Sum of RGB (Red+Green+Blue) = 232+205+61=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CD3D is #1732C2. Grayscale: #C5C5C5. Windows color (decimal): -1520323 or 4050408. OLE color: 4050408.
HSL color Cylindrical-coordinate representation of color #E8CD3D: hue angle of 50.53º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8CD3D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 61 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.09 |
| HSL | 50.53º | 0.79% | 0.57% | - |
| HSV(B) | 50.53º | 0.74% | 0.91% | - |
| XYZ | 55.95 | 61.16 | 13.27 | - |
| YUV | 196.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 61 | 0 | 0.12 | 0.74 | 0.09 | 50.53 | 0.79 | 0.57 |
| Hex | E8 | CD | 3D | 0 | C | 4A | 9 | 33 | 4F | 39 |
| Octal | 350 | 315 | 75 | 0 | 14 | 112 | 11 | 63 | 117 | 71 |
| Binary | 11101000 | 11001101 | 111101 | 0 | 1100 | 1001010 | 1001 | 110011 | 1001111 | 111001 |
Color Harmonies of #E8CD3D
Complementary color
Monochromatic Colors of #E8CD3D
Black with #E8CD3D
Text Example
Text Example
White with #E8CD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD3D; }
p { color: rgb(232,205,61); }
H1.HeaderClassName
{
color: #E8CD3D;
}
.AnyTagClassName
{
color: #E8CD3D;
}
</style>
background-color css
<style>
a { background-color: #E8CD3D; }
a { background-color: rgb(232,205,61); }
div.DivClassName
{
background-color: #E8CD3D;
}
.BgClassName
{
background-color: #E8CD3D;
}
</style>
border-color css
<style>
span { border-color: #E8CD3D; }
span { border-color: rgb(232,205,61); }
td.TdClassName
{
border-color: #E8CD3D;
}
.TagClassName
{
border-color: #E8CD3D;
}
</style>