Shades of Festival #EED44B
Tints of Festival #EED44B
RGB
CMYK
RGB Variations
Color information
#EED44B (or 0xEED44B) is known color: Festival. HEX triplet: EE, D4 and 4B. RGB value is (238,212,75). Sum of RGB (Red+Green+Blue) = 238+212+75=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED44B is #112BB4. Grayscale: #CCCCCC. Windows color (decimal): -1125301 or 4969710. OLE color: 4969710.
HSL color Cylindrical-coordinate representation of color #EED44B: hue angle of 50.43º 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 #EED44B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 75 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.43º | 0.83% | 0.61% | - |
| HSV(B) | 50.43º | 0.68% | 0.93% | - |
| XYZ | 60.07 | 65.77 | 16.19 | - |
| YUV | 204.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 75 | 0 | 0.11 | 0.68 | 0.07 | 50.43 | 0.83 | 0.61 |
| Hex | EE | D4 | 4B | 0 | B | 44 | 7 | 32 | 53 | 3D |
| Octal | 356 | 324 | 113 | 0 | 13 | 104 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010100 | 1001011 | 0 | 1011 | 1000100 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED44B
Complementary color
Monochromatic Colors of #EED44B
Black with #EED44B
Text Example
Text Example
White with #EED44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED44B; }
p { color: rgb(238,212,75); }
H1.HeaderClassName
{
color: #EED44B;
}
.AnyTagClassName
{
color: #EED44B;
}
</style>
background-color css
<style>
a { background-color: #EED44B; }
a { background-color: rgb(238,212,75); }
div.DivClassName
{
background-color: #EED44B;
}
.BgClassName
{
background-color: #EED44B;
}
</style>
border-color css
<style>
span { border-color: #EED44B; }
span { border-color: rgb(238,212,75); }
td.TdClassName
{
border-color: #EED44B;
}
.TagClassName
{
border-color: #EED44B;
}
</style>