Shades of Festival #E3C752
Tints of Festival #E3C752
RGB
CMYK
RGB Variations
Color information
#E3C752 (or 0xE3C752) is known color: Festival. HEX triplet: E3, C7 and 52. RGB value is (227,199,82). Sum of RGB (Red+Green+Blue) = 227+199+82=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C752 is #1C38AD. Grayscale: #C2C2C2. Windows color (decimal): -1849518 or 5425123. OLE color: 5425123.
HSL color Cylindrical-coordinate representation of color #E3C752: hue angle of 48.41º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3C752 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 82 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.11 |
| HSL | 48.41º | 0.72% | 0.61% | - |
| HSV(B) | 48.41º | 0.64% | 0.89% | - |
| XYZ | 53.62 | 57.79 | 16.31 | - |
| YUV | 194.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 82 | 0 | 0.12 | 0.64 | 0.11 | 48.41 | 0.72 | 0.61 |
| Hex | E3 | C7 | 52 | 0 | C | 40 | B | 30 | 48 | 3D |
| Octal | 343 | 307 | 122 | 0 | 14 | 100 | 13 | 60 | 110 | 75 |
| Binary | 11100011 | 11000111 | 1010010 | 0 | 1100 | 1000000 | 1011 | 110000 | 1001000 | 111101 |
Color Harmonies of #E3C752
Complementary color
Monochromatic Colors of #E3C752
Black with #E3C752
Text Example
Text Example
White with #E3C752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C752; }
p { color: rgb(227,199,82); }
H1.HeaderClassName
{
color: #E3C752;
}
.AnyTagClassName
{
color: #E3C752;
}
</style>
background-color css
<style>
a { background-color: #E3C752; }
a { background-color: rgb(227,199,82); }
div.DivClassName
{
background-color: #E3C752;
}
.BgClassName
{
background-color: #E3C752;
}
</style>
border-color css
<style>
span { border-color: #E3C752; }
span { border-color: rgb(227,199,82); }
td.TdClassName
{
border-color: #E3C752;
}
.TagClassName
{
border-color: #E3C752;
}
</style>