Shades of Festival #E7CB4E
Tints of Festival #E7CB4E
RGB
CMYK
RGB Variations
Color information
#E7CB4E (or 0xE7CB4E) is known color: Festival. HEX triplet: E7, CB and 4E. RGB value is (231,203,78). Sum of RGB (Red+Green+Blue) = 231+203+78=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB4E is #1834B1. Grayscale: #C5C5C5. Windows color (decimal): -1586354 or 5164007. OLE color: 5164007.
HSL color Cylindrical-coordinate representation of color #E7CB4E: hue angle of 49.02º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7CB4E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 78 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.09 |
| HSL | 49.02º | 0.76% | 0.61% | - |
| HSV(B) | 49.02º | 0.66% | 0.91% | - |
| XYZ | 55.69 | 60.25 | 15.9 | - |
| YUV | 197.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 78 | 0 | 0.12 | 0.66 | 0.09 | 49.02 | 0.76 | 0.61 |
| Hex | E7 | CB | 4E | 0 | C | 42 | 9 | 31 | 4C | 3D |
| Octal | 347 | 313 | 116 | 0 | 14 | 102 | 11 | 61 | 114 | 75 |
| Binary | 11100111 | 11001011 | 1001110 | 0 | 1100 | 1000010 | 1001 | 110001 | 1001100 | 111101 |
Color Harmonies of #E7CB4E
Complementary color
Monochromatic Colors of #E7CB4E
Black with #E7CB4E
Text Example
Text Example
White with #E7CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB4E; }
p { color: rgb(231,203,78); }
H1.HeaderClassName
{
color: #E7CB4E;
}
.AnyTagClassName
{
color: #E7CB4E;
}
</style>
background-color css
<style>
a { background-color: #E7CB4E; }
a { background-color: rgb(231,203,78); }
div.DivClassName
{
background-color: #E7CB4E;
}
.BgClassName
{
background-color: #E7CB4E;
}
</style>
border-color css
<style>
span { border-color: #E7CB4E; }
span { border-color: rgb(231,203,78); }
td.TdClassName
{
border-color: #E7CB4E;
}
.TagClassName
{
border-color: #E7CB4E;
}
</style>