Shades of Festival #EAD13C
Tints of Festival #EAD13C
RGB
CMYK
RGB Variations
Color information
#EAD13C (or 0xEAD13C) is known color: Festival. HEX triplet: EA, D1 and 3C. RGB value is (234,209,60). Sum of RGB (Red+Green+Blue) = 234+209+60=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD13C is #152EC3. Grayscale: #C8C8C8. Windows color (decimal): -1388228 or 3985898. OLE color: 3985898.
HSL color Cylindrical-coordinate representation of color #EAD13C: hue angle of 51.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAD13C is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 60 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.08 |
| HSL | 51.38º | 0.81% | 0.58% | - |
| HSV(B) | 51.38º | 0.74% | 0.92% | - |
| XYZ | 57.55 | 63.42 | 13.48 | - |
| YUV | 199.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 60 | 0 | 0.11 | 0.74 | 0.08 | 51.38 | 0.81 | 0.58 |
| Hex | EA | D1 | 3C | 0 | B | 4A | 8 | 33 | 51 | 3A |
| Octal | 352 | 321 | 74 | 0 | 13 | 112 | 10 | 63 | 121 | 72 |
| Binary | 11101010 | 11010001 | 111100 | 0 | 1011 | 1001010 | 1000 | 110011 | 1010001 | 111010 |
Color Harmonies of #EAD13C
Complementary color
Monochromatic Colors of #EAD13C
Black with #EAD13C
Text Example
Text Example
White with #EAD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD13C; }
p { color: rgb(234,209,60); }
H1.HeaderClassName
{
color: #EAD13C;
}
.AnyTagClassName
{
color: #EAD13C;
}
</style>
background-color css
<style>
a { background-color: #EAD13C; }
a { background-color: rgb(234,209,60); }
div.DivClassName
{
background-color: #EAD13C;
}
.BgClassName
{
background-color: #EAD13C;
}
</style>
border-color css
<style>
span { border-color: #EAD13C; }
span { border-color: rgb(234,209,60); }
td.TdClassName
{
border-color: #EAD13C;
}
.TagClassName
{
border-color: #EAD13C;
}
</style>