Shades of Festival #EAD051
Tints of Festival #EAD051
RGB
CMYK
RGB Variations
Color information
#EAD051 (or 0xEAD051) is known color: Festival. HEX triplet: EA, D0 and 51. RGB value is (234,208,81). Sum of RGB (Red+Green+Blue) = 234+208+81=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD051 is #152FAE. Grayscale: #C9C9C9. Windows color (decimal): -1388463 or 5361898. OLE color: 5361898.
HSL color Cylindrical-coordinate representation of color #EAD051: hue angle of 49.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD051 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 81 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.08 |
| HSL | 49.8º | 0.78% | 0.62% | - |
| HSV(B) | 49.8º | 0.65% | 0.92% | - |
| XYZ | 57.97 | 63.2 | 16.93 | - |
| YUV | 201.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 81 | 0 | 0.11 | 0.65 | 0.08 | 49.8 | 0.78 | 0.62 |
| Hex | EA | D0 | 51 | 0 | B | 41 | 8 | 32 | 4E | 3E |
| Octal | 352 | 320 | 121 | 0 | 13 | 101 | 10 | 62 | 116 | 76 |
| Binary | 11101010 | 11010000 | 1010001 | 0 | 1011 | 1000001 | 1000 | 110010 | 1001110 | 111110 |
Color Harmonies of #EAD051
Complementary color
Monochromatic Colors of #EAD051
Black with #EAD051
Text Example
Text Example
White with #EAD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD051; }
p { color: rgb(234,208,81); }
H1.HeaderClassName
{
color: #EAD051;
}
.AnyTagClassName
{
color: #EAD051;
}
</style>
background-color css
<style>
a { background-color: #EAD051; }
a { background-color: rgb(234,208,81); }
div.DivClassName
{
background-color: #EAD051;
}
.BgClassName
{
background-color: #EAD051;
}
</style>
border-color css
<style>
span { border-color: #EAD051; }
span { border-color: rgb(234,208,81); }
td.TdClassName
{
border-color: #EAD051;
}
.TagClassName
{
border-color: #EAD051;
}
</style>