Shades of Festival #ECCB4F
Tints of Festival #ECCB4F
RGB
CMYK
RGB Variations
Color information
#ECCB4F (or 0xECCB4F) is known color: Festival. HEX triplet: EC, CB and 4F. RGB value is (236,203,79). Sum of RGB (Red+Green+Blue) = 236+203+79=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB4F is #1334B0. Grayscale: #C7C7C7. Windows color (decimal): -1258673 or 5229548. OLE color: 5229548.
HSL color Cylindrical-coordinate representation of color #ECCB4F: hue angle of 47.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECCB4F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 79 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.39º | 0.81% | 0.62% | - |
| HSV(B) | 47.39º | 0.67% | 0.93% | - |
| XYZ | 57.36 | 61.11 | 16.17 | - |
| YUV | 198.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 79 | 0 | 0.14 | 0.67 | 0.07 | 47.39 | 0.81 | 0.62 |
| Hex | EC | CB | 4F | 0 | E | 43 | 7 | 2F | 51 | 3E |
| Octal | 354 | 313 | 117 | 0 | 16 | 103 | 7 | 57 | 121 | 76 |
| Binary | 11101100 | 11001011 | 1001111 | 0 | 1110 | 1000011 | 111 | 101111 | 1010001 | 111110 |
Color Harmonies of #ECCB4F
Complementary color
Monochromatic Colors of #ECCB4F
Black with #ECCB4F
Text Example
Text Example
White with #ECCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB4F; }
p { color: rgb(236,203,79); }
H1.HeaderClassName
{
color: #ECCB4F;
}
.AnyTagClassName
{
color: #ECCB4F;
}
</style>
background-color css
<style>
a { background-color: #ECCB4F; }
a { background-color: rgb(236,203,79); }
div.DivClassName
{
background-color: #ECCB4F;
}
.BgClassName
{
background-color: #ECCB4F;
}
</style>
border-color css
<style>
span { border-color: #ECCB4F; }
span { border-color: rgb(236,203,79); }
td.TdClassName
{
border-color: #ECCB4F;
}
.TagClassName
{
border-color: #ECCB4F;
}
</style>