Shades of Festival #E2CB4D
Tints of Festival #E2CB4D
RGB
CMYK
RGB Variations
Color information
#E2CB4D (or 0xE2CB4D) is known color: Festival. HEX triplet: E2, CB and 4D. RGB value is (226,203,77). Sum of RGB (Red+Green+Blue) = 226+203+77=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB4D is #1D34B2. Grayscale: #C4C4C4. Windows color (decimal): -1914035 or 5098466. OLE color: 5098466.
HSL color Cylindrical-coordinate representation of color #E2CB4D: hue angle of 50.74º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2CB4D is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 77 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.11 |
| HSL | 50.74º | 0.72% | 0.59% | - |
| HSV(B) | 50.74º | 0.66% | 0.89% | - |
| XYZ | 54.06 | 59.42 | 15.64 | - |
| YUV | 195.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 77 | 0 | 0.10 | 0.66 | 0.11 | 50.74 | 0.72 | 0.59 |
| Hex | E2 | CB | 4D | 0 | A | 42 | B | 33 | 48 | 3B |
| Octal | 342 | 313 | 115 | 0 | 12 | 102 | 13 | 63 | 110 | 73 |
| Binary | 11100010 | 11001011 | 1001101 | 0 | 1010 | 1000010 | 1011 | 110011 | 1001000 | 111011 |
Color Harmonies of #E2CB4D
Complementary color
Monochromatic Colors of #E2CB4D
Black with #E2CB4D
Text Example
Text Example
White with #E2CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB4D; }
p { color: rgb(226,203,77); }
H1.HeaderClassName
{
color: #E2CB4D;
}
.AnyTagClassName
{
color: #E2CB4D;
}
</style>
background-color css
<style>
a { background-color: #E2CB4D; }
a { background-color: rgb(226,203,77); }
div.DivClassName
{
background-color: #E2CB4D;
}
.BgClassName
{
background-color: #E2CB4D;
}
</style>
border-color css
<style>
span { border-color: #E2CB4D; }
span { border-color: rgb(226,203,77); }
td.TdClassName
{
border-color: #E2CB4D;
}
.TagClassName
{
border-color: #E2CB4D;
}
</style>