Shades of Festival #EACF4B
Tints of Festival #EACF4B
RGB
CMYK
RGB Variations
Color information
#EACF4B (or 0xEACF4B) is known color: Festival. HEX triplet: EA, CF and 4B. RGB value is (234,207,75). Sum of RGB (Red+Green+Blue) = 234+207+75=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF4B is #1530B4. Grayscale: #C8C8C8. Windows color (decimal): -1388725 or 4968426. OLE color: 4968426.
HSL color Cylindrical-coordinate representation of color #EACF4B: hue angle of 49.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EACF4B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 75 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.08 |
| HSL | 49.81º | 0.79% | 0.61% | - |
| HSV(B) | 49.81º | 0.68% | 0.92% | - |
| XYZ | 57.51 | 62.63 | 15.71 | - |
| YUV | 200.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 75 | 0 | 0.12 | 0.68 | 0.08 | 49.81 | 0.79 | 0.61 |
| Hex | EA | CF | 4B | 0 | C | 44 | 8 | 32 | 4F | 3D |
| Octal | 352 | 317 | 113 | 0 | 14 | 104 | 10 | 62 | 117 | 75 |
| Binary | 11101010 | 11001111 | 1001011 | 0 | 1100 | 1000100 | 1000 | 110010 | 1001111 | 111101 |
Color Harmonies of #EACF4B
Complementary color
Monochromatic Colors of #EACF4B
Black with #EACF4B
Text Example
Text Example
White with #EACF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF4B; }
p { color: rgb(234,207,75); }
H1.HeaderClassName
{
color: #EACF4B;
}
.AnyTagClassName
{
color: #EACF4B;
}
</style>
background-color css
<style>
a { background-color: #EACF4B; }
a { background-color: rgb(234,207,75); }
div.DivClassName
{
background-color: #EACF4B;
}
.BgClassName
{
background-color: #EACF4B;
}
</style>
border-color css
<style>
span { border-color: #EACF4B; }
span { border-color: rgb(234,207,75); }
td.TdClassName
{
border-color: #EACF4B;
}
.TagClassName
{
border-color: #EACF4B;
}
</style>