Shades of Festival #E7CC4B
Tints of Festival #E7CC4B
RGB
CMYK
RGB Variations
Color information
#E7CC4B (or 0xE7CC4B) is known color: Festival. HEX triplet: E7, CC and 4B. RGB value is (231,204,75). Sum of RGB (Red+Green+Blue) = 231+204+75=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC4B is #1833B4. Grayscale: #C5C5C5. Windows color (decimal): -1586101 or 4967655. OLE color: 4967655.
HSL color Cylindrical-coordinate representation of color #E7CC4B: hue angle of 49.62º degrees, saturation: 0.76, 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 #E7CC4B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 75 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.09 |
| HSL | 49.62º | 0.76% | 0.6% | - |
| HSV(B) | 49.62º | 0.68% | 0.91% | - |
| XYZ | 55.82 | 60.68 | 15.43 | - |
| YUV | 197.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 75 | 0 | 0.12 | 0.68 | 0.09 | 49.62 | 0.76 | 0.6 |
| Hex | E7 | CC | 4B | 0 | C | 44 | 9 | 32 | 4C | 3C |
| Octal | 347 | 314 | 113 | 0 | 14 | 104 | 11 | 62 | 114 | 74 |
| Binary | 11100111 | 11001100 | 1001011 | 0 | 1100 | 1000100 | 1001 | 110010 | 1001100 | 111100 |
Color Harmonies of #E7CC4B
Complementary color
Monochromatic Colors of #E7CC4B
Black with #E7CC4B
Text Example
Text Example
White with #E7CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC4B; }
p { color: rgb(231,204,75); }
H1.HeaderClassName
{
color: #E7CC4B;
}
.AnyTagClassName
{
color: #E7CC4B;
}
</style>
background-color css
<style>
a { background-color: #E7CC4B; }
a { background-color: rgb(231,204,75); }
div.DivClassName
{
background-color: #E7CC4B;
}
.BgClassName
{
background-color: #E7CC4B;
}
</style>
border-color css
<style>
span { border-color: #E7CC4B; }
span { border-color: rgb(231,204,75); }
td.TdClassName
{
border-color: #E7CC4B;
}
.TagClassName
{
border-color: #E7CC4B;
}
</style>