Shades of Festival #ECCB3E
Tints of Festival #ECCB3E
RGB
CMYK
RGB Variations
Color information
#ECCB3E (or 0xECCB3E) is known color: Festival. HEX triplet: EC, CB and 3E. RGB value is (236,203,62). Sum of RGB (Red+Green+Blue) = 236+203+62=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB3E is #1334C1. Grayscale: #C5C5C5. Windows color (decimal): -1258690 or 4115436. OLE color: 4115436.
HSL color Cylindrical-coordinate representation of color #ECCB3E: hue angle of 48.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECCB3E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 62 | - |
CMYK | 0 | 0.14 | 0.74 | 0.07 |
HSL | 48.62º | 0.82% | 0.58% | - |
HSV(B) | 48.62º | 0.74% | 0.93% | - |
XYZ | 56.82 | 60.89 | 13.32 | - |
YUV | 196.79 | 51.93 | 155.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 62 | 0 | 0.14 | 0.74 | 0.07 | 48.62 | 0.82 | 0.58 |
Hex | EC | CB | 3E | 0 | E | 4A | 7 | 31 | 52 | 3A |
Octal | 354 | 313 | 76 | 0 | 16 | 112 | 7 | 61 | 122 | 72 |
Binary | 11101100 | 11001011 | 111110 | 0 | 1110 | 1001010 | 111 | 110001 | 1010010 | 111010 |
Color Harmonies of #ECCB3E
Complementary color
Monochromatic Colors of #ECCB3E
Black with #ECCB3E
Text Example
Text Example
White with #ECCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB3E; }
p { color: rgb(236,203,62); }
H1.HeaderClassName
{
color: #ECCB3E;
}
.AnyTagClassName
{
color: #ECCB3E;
}
</style>
background-color css
<style>
a { background-color: #ECCB3E; }
a { background-color: rgb(236,203,62); }
div.DivClassName
{
background-color: #ECCB3E;
}
.BgClassName
{
background-color: #ECCB3E;
}
</style>
border-color css
<style>
span { border-color: #ECCB3E; }
span { border-color: rgb(236,203,62); }
td.TdClassName
{
border-color: #ECCB3E;
}
.TagClassName
{
border-color: #ECCB3E;
}
</style>