Shades of Festival #EACE50
Tints of Festival #EACE50
RGB
CMYK
RGB Variations
Color information
#EACE50 (or 0xEACE50) is known color: Festival. HEX triplet: EA, CE and 50. RGB value is (234,206,80). Sum of RGB (Red+Green+Blue) = 234+206+80=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE50 is #1531AF. Grayscale: #C8C8C8. Windows color (decimal): -1388976 or 5295850. OLE color: 5295850.
HSL color Cylindrical-coordinate representation of color #EACE50: hue angle of 49.09º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EACE50 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 80 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.08 |
| HSL | 49.09º | 0.79% | 0.62% | - |
| HSV(B) | 49.09º | 0.66% | 0.92% | - |
| XYZ | 57.45 | 62.21 | 16.57 | - |
| YUV | 200.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 80 | 0 | 0.12 | 0.66 | 0.08 | 49.09 | 0.79 | 0.62 |
| Hex | EA | CE | 50 | 0 | C | 42 | 8 | 31 | 4F | 3E |
| Octal | 352 | 316 | 120 | 0 | 14 | 102 | 10 | 61 | 117 | 76 |
| Binary | 11101010 | 11001110 | 1010000 | 0 | 1100 | 1000010 | 1000 | 110001 | 1001111 | 111110 |
Color Harmonies of #EACE50
Complementary color
Monochromatic Colors of #EACE50
Black with #EACE50
Text Example
Text Example
White with #EACE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE50; }
p { color: rgb(234,206,80); }
H1.HeaderClassName
{
color: #EACE50;
}
.AnyTagClassName
{
color: #EACE50;
}
</style>
background-color css
<style>
a { background-color: #EACE50; }
a { background-color: rgb(234,206,80); }
div.DivClassName
{
background-color: #EACE50;
}
.BgClassName
{
background-color: #EACE50;
}
</style>
border-color css
<style>
span { border-color: #EACE50; }
span { border-color: rgb(234,206,80); }
td.TdClassName
{
border-color: #EACE50;
}
.TagClassName
{
border-color: #EACE50;
}
</style>