Shades of Festival #EACA4B
Tints of Festival #EACA4B
RGB
CMYK
RGB Variations
Color information
#EACA4B (or 0xEACA4B) is known color: Festival. HEX triplet: EA, CA and 4B. RGB value is (234,202,75). Sum of RGB (Red+Green+Blue) = 234+202+75=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA4B is #1535B4. Grayscale: #C5C5C5. Windows color (decimal): -1390005 or 4967146. OLE color: 4967146.
HSL color Cylindrical-coordinate representation of color #EACA4B: hue angle of 47.92º 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 #EACA4B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 75 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.08 |
| HSL | 47.92º | 0.79% | 0.61% | - |
| HSV(B) | 47.92º | 0.68% | 0.92% | - |
| XYZ | 56.32 | 60.24 | 15.32 | - |
| YUV | 197.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 75 | 0 | 0.14 | 0.68 | 0.08 | 47.92 | 0.79 | 0.61 |
| Hex | EA | CA | 4B | 0 | E | 44 | 8 | 30 | 4F | 3D |
| Octal | 352 | 312 | 113 | 0 | 16 | 104 | 10 | 60 | 117 | 75 |
| Binary | 11101010 | 11001010 | 1001011 | 0 | 1110 | 1000100 | 1000 | 110000 | 1001111 | 111101 |
Color Harmonies of #EACA4B
Complementary color
Monochromatic Colors of #EACA4B
Black with #EACA4B
Text Example
Text Example
White with #EACA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA4B; }
p { color: rgb(234,202,75); }
H1.HeaderClassName
{
color: #EACA4B;
}
.AnyTagClassName
{
color: #EACA4B;
}
</style>
background-color css
<style>
a { background-color: #EACA4B; }
a { background-color: rgb(234,202,75); }
div.DivClassName
{
background-color: #EACA4B;
}
.BgClassName
{
background-color: #EACA4B;
}
</style>
border-color css
<style>
span { border-color: #EACA4B; }
span { border-color: rgb(234,202,75); }
td.TdClassName
{
border-color: #EACA4B;
}
.TagClassName
{
border-color: #EACA4B;
}
</style>