Shades of Festival #EED843
Tints of Festival #EED843
RGB
CMYK
RGB Variations
Color information
#EED843 (or 0xEED843) is known color: Festival. HEX triplet: EE, D8 and 43. RGB value is (238,216,67). Sum of RGB (Red+Green+Blue) = 238+216+67=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED843 is #1127BC. Grayscale: #CECECE. Windows color (decimal): -1124285 or 4446446. OLE color: 4446446.
HSL color Cylindrical-coordinate representation of color #EED843: hue angle of 52.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED843 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 67 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.07 |
| HSL | 52.28º | 0.83% | 0.6% | - |
| HSV(B) | 52.28º | 0.72% | 0.93% | - |
| XYZ | 60.83 | 67.69 | 15.17 | - |
| YUV | 205.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 67 | 0 | 0.09 | 0.72 | 0.07 | 52.28 | 0.83 | 0.6 |
| Hex | EE | D8 | 43 | 0 | 9 | 48 | 7 | 34 | 53 | 3C |
| Octal | 356 | 330 | 103 | 0 | 11 | 110 | 7 | 64 | 123 | 74 |
| Binary | 11101110 | 11011000 | 1000011 | 0 | 1001 | 1001000 | 111 | 110100 | 1010011 | 111100 |
Color Harmonies of #EED843
Complementary color
Monochromatic Colors of #EED843
Black with #EED843
Text Example
Text Example
White with #EED843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED843; }
p { color: rgb(238,216,67); }
H1.HeaderClassName
{
color: #EED843;
}
.AnyTagClassName
{
color: #EED843;
}
</style>
background-color css
<style>
a { background-color: #EED843; }
a { background-color: rgb(238,216,67); }
div.DivClassName
{
background-color: #EED843;
}
.BgClassName
{
background-color: #EED843;
}
</style>
border-color css
<style>
span { border-color: #EED843; }
span { border-color: rgb(238,216,67); }
td.TdClassName
{
border-color: #EED843;
}
.TagClassName
{
border-color: #EED843;
}
</style>