Shades of Festival #EED14B
Tints of Festival #EED14B
RGB
CMYK
RGB Variations
Color information
#EED14B (or 0xEED14B) is known color: Festival. HEX triplet: EE, D1 and 4B. RGB value is (238,209,75). Sum of RGB (Red+Green+Blue) = 238+209+75=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED14B is #112EB4. Grayscale: #CACACA. Windows color (decimal): -1126069 or 4968942. OLE color: 4968942.
HSL color Cylindrical-coordinate representation of color #EED14B: hue angle of 49.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED14B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 75 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.07 |
| HSL | 49.33º | 0.83% | 0.61% | - |
| HSV(B) | 49.33º | 0.68% | 0.93% | - |
| XYZ | 59.33 | 64.29 | 15.94 | - |
| YUV | 202.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 75 | 0 | 0.12 | 0.68 | 0.07 | 49.33 | 0.83 | 0.61 |
| Hex | EE | D1 | 4B | 0 | C | 44 | 7 | 31 | 53 | 3D |
| Octal | 356 | 321 | 113 | 0 | 14 | 104 | 7 | 61 | 123 | 75 |
| Binary | 11101110 | 11010001 | 1001011 | 0 | 1100 | 1000100 | 111 | 110001 | 1010011 | 111101 |
Color Harmonies of #EED14B
Complementary color
Monochromatic Colors of #EED14B
Black with #EED14B
Text Example
Text Example
White with #EED14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED14B; }
p { color: rgb(238,209,75); }
H1.HeaderClassName
{
color: #EED14B;
}
.AnyTagClassName
{
color: #EED14B;
}
</style>
background-color css
<style>
a { background-color: #EED14B; }
a { background-color: rgb(238,209,75); }
div.DivClassName
{
background-color: #EED14B;
}
.BgClassName
{
background-color: #EED14B;
}
</style>
border-color css
<style>
span { border-color: #EED14B; }
span { border-color: rgb(238,209,75); }
td.TdClassName
{
border-color: #EED14B;
}
.TagClassName
{
border-color: #EED14B;
}
</style>