Shades of Festival #EACC4B
Tints of Festival #EACC4B
RGB
CMYK
RGB Variations
Color information
#EACC4B (or 0xEACC4B) is known color: Festival. HEX triplet: EA, CC and 4B. RGB value is (234,204,75). Sum of RGB (Red+Green+Blue) = 234+204+75=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC4B is #1533B4. Grayscale: #C6C6C6. Windows color (decimal): -1389493 or 4967658. OLE color: 4967658.
HSL color Cylindrical-coordinate representation of color #EACC4B: hue angle of 48.68º 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 #EACC4B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 75 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.08 |
| HSL | 48.68º | 0.79% | 0.61% | - |
| HSV(B) | 48.68º | 0.68% | 0.92% | - |
| XYZ | 56.79 | 61.19 | 15.47 | - |
| YUV | 198.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 75 | 0 | 0.13 | 0.68 | 0.08 | 48.68 | 0.79 | 0.61 |
| Hex | EA | CC | 4B | 0 | D | 44 | 8 | 31 | 4F | 3D |
| Octal | 352 | 314 | 113 | 0 | 15 | 104 | 10 | 61 | 117 | 75 |
| Binary | 11101010 | 11001100 | 1001011 | 0 | 1101 | 1000100 | 1000 | 110001 | 1001111 | 111101 |
Color Harmonies of #EACC4B
Complementary color
Monochromatic Colors of #EACC4B
Black with #EACC4B
Text Example
Text Example
White with #EACC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC4B; }
p { color: rgb(234,204,75); }
H1.HeaderClassName
{
color: #EACC4B;
}
.AnyTagClassName
{
color: #EACC4B;
}
</style>
background-color css
<style>
a { background-color: #EACC4B; }
a { background-color: rgb(234,204,75); }
div.DivClassName
{
background-color: #EACC4B;
}
.BgClassName
{
background-color: #EACC4B;
}
</style>
border-color css
<style>
span { border-color: #EACC4B; }
span { border-color: rgb(234,204,75); }
td.TdClassName
{
border-color: #EACC4B;
}
.TagClassName
{
border-color: #EACC4B;
}
</style>