Shades of Festival #E2CF53
Tints of Festival #E2CF53
RGB
CMYK
RGB Variations
Color information
#E2CF53 (or 0xE2CF53) is known color: Festival. HEX triplet: E2, CF and 53. RGB value is (226,207,83). Sum of RGB (Red+Green+Blue) = 226+207+83=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF53 is #1D30AC. Grayscale: #C7C7C7. Windows color (decimal): -1913005 or 5492706. OLE color: 5492706.
HSL color Cylindrical-coordinate representation of color #E2CF53: hue angle of 52.03º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2CF53 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 83 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.11 |
| HSL | 52.03º | 0.71% | 0.61% | - |
| HSV(B) | 52.03º | 0.63% | 0.89% | - |
| XYZ | 55.24 | 61.42 | 17.13 | - |
| YUV | 198.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 83 | 0 | 0.08 | 0.63 | 0.11 | 52.03 | 0.71 | 0.61 |
| Hex | E2 | CF | 53 | 0 | 8 | 3F | B | 34 | 47 | 3D |
| Octal | 342 | 317 | 123 | 0 | 10 | 77 | 13 | 64 | 107 | 75 |
| Binary | 11100010 | 11001111 | 1010011 | 0 | 1000 | 111111 | 1011 | 110100 | 1000111 | 111101 |
Color Harmonies of #E2CF53
Complementary color
Monochromatic Colors of #E2CF53
Black with #E2CF53
Text Example
Text Example
White with #E2CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF53; }
p { color: rgb(226,207,83); }
H1.HeaderClassName
{
color: #E2CF53;
}
.AnyTagClassName
{
color: #E2CF53;
}
</style>
background-color css
<style>
a { background-color: #E2CF53; }
a { background-color: rgb(226,207,83); }
div.DivClassName
{
background-color: #E2CF53;
}
.BgClassName
{
background-color: #E2CF53;
}
</style>
border-color css
<style>
span { border-color: #E2CF53; }
span { border-color: rgb(226,207,83); }
td.TdClassName
{
border-color: #E2CF53;
}
.TagClassName
{
border-color: #E2CF53;
}
</style>