Shades of Festival #EDD54B
Tints of Festival #EDD54B
RGB
CMYK
RGB Variations
Color information
#EDD54B (or 0xEDD54B) is known color: Festival. HEX triplet: ED, D5 and 4B. RGB value is (237,213,75). Sum of RGB (Red+Green+Blue) = 237+213+75=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD54B is #122AB4. Grayscale: #CDCDCD. Windows color (decimal): -1190581 or 4969965. OLE color: 4969965.
HSL color Cylindrical-coordinate representation of color #EDD54B: hue angle of 51.11º degrees, saturation: 0.82, 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 #EDD54B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 75 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.07 |
| HSL | 51.11º | 0.82% | 0.61% | - |
| HSV(B) | 51.11º | 0.68% | 0.93% | - |
| XYZ | 59.99 | 66.1 | 16.25 | - |
| YUV | 204.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 75 | 0 | 0.10 | 0.68 | 0.07 | 51.11 | 0.82 | 0.61 |
| Hex | ED | D5 | 4B | 0 | A | 44 | 7 | 33 | 52 | 3D |
| Octal | 355 | 325 | 113 | 0 | 12 | 104 | 7 | 63 | 122 | 75 |
| Binary | 11101101 | 11010101 | 1001011 | 0 | 1010 | 1000100 | 111 | 110011 | 1010010 | 111101 |
Color Harmonies of #EDD54B
Complementary color
Monochromatic Colors of #EDD54B
Black with #EDD54B
Text Example
Text Example
White with #EDD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD54B; }
p { color: rgb(237,213,75); }
H1.HeaderClassName
{
color: #EDD54B;
}
.AnyTagClassName
{
color: #EDD54B;
}
</style>
background-color css
<style>
a { background-color: #EDD54B; }
a { background-color: rgb(237,213,75); }
div.DivClassName
{
background-color: #EDD54B;
}
.BgClassName
{
background-color: #EDD54B;
}
</style>
border-color css
<style>
span { border-color: #EDD54B; }
span { border-color: rgb(237,213,75); }
td.TdClassName
{
border-color: #EDD54B;
}
.TagClassName
{
border-color: #EDD54B;
}
</style>