Shades of Festival #E7CF4A
Tints of Festival #E7CF4A
RGB
CMYK
RGB Variations
Color information
#E7CF4A (or 0xE7CF4A) is known color: Festival. HEX triplet: E7, CF and 4A. RGB value is (231,207,74). Sum of RGB (Red+Green+Blue) = 231+207+74=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF4A is #1830B5. Grayscale: #C7C7C7. Windows color (decimal): -1585334 or 4902887. OLE color: 4902887.
HSL color Cylindrical-coordinate representation of color #E7CF4A: hue angle of 50.83º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7CF4A is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 74 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.09 |
| HSL | 50.83º | 0.77% | 0.6% | - |
| HSV(B) | 50.83º | 0.68% | 0.91% | - |
| XYZ | 56.5 | 62.11 | 15.49 | - |
| YUV | 199.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 74 | 0 | 0.10 | 0.68 | 0.09 | 50.83 | 0.77 | 0.6 |
| Hex | E7 | CF | 4A | 0 | A | 44 | 9 | 33 | 4D | 3C |
| Octal | 347 | 317 | 112 | 0 | 12 | 104 | 11 | 63 | 115 | 74 |
| Binary | 11100111 | 11001111 | 1001010 | 0 | 1010 | 1000100 | 1001 | 110011 | 1001101 | 111100 |
Color Harmonies of #E7CF4A
Complementary color
Monochromatic Colors of #E7CF4A
Black with #E7CF4A
Text Example
Text Example
White with #E7CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF4A; }
p { color: rgb(231,207,74); }
H1.HeaderClassName
{
color: #E7CF4A;
}
.AnyTagClassName
{
color: #E7CF4A;
}
</style>
background-color css
<style>
a { background-color: #E7CF4A; }
a { background-color: rgb(231,207,74); }
div.DivClassName
{
background-color: #E7CF4A;
}
.BgClassName
{
background-color: #E7CF4A;
}
</style>
border-color css
<style>
span { border-color: #E7CF4A; }
span { border-color: rgb(231,207,74); }
td.TdClassName
{
border-color: #E7CF4A;
}
.TagClassName
{
border-color: #E7CF4A;
}
</style>