Shades of Festival #EDCB4A
Tints of Festival #EDCB4A
RGB
CMYK
RGB Variations
Color information
#EDCB4A (or 0xEDCB4A) is known color: Festival. HEX triplet: ED, CB and 4A. RGB value is (237,203,74). Sum of RGB (Red+Green+Blue) = 237+203+74=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB4A is #1234B5. Grayscale: #C7C7C7. Windows color (decimal): -1193142 or 4901869. OLE color: 4901869.
HSL color Cylindrical-coordinate representation of color #EDCB4A: hue angle of 47.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDCB4A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 74 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.07 |
| HSL | 47.48º | 0.82% | 0.61% | - |
| HSV(B) | 47.48º | 0.69% | 0.93% | - |
| XYZ | 57.52 | 61.21 | 15.26 | - |
| YUV | 198.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 74 | 0 | 0.14 | 0.69 | 0.07 | 47.48 | 0.82 | 0.61 |
| Hex | ED | CB | 4A | 0 | E | 45 | 7 | 2F | 52 | 3D |
| Octal | 355 | 313 | 112 | 0 | 16 | 105 | 7 | 57 | 122 | 75 |
| Binary | 11101101 | 11001011 | 1001010 | 0 | 1110 | 1000101 | 111 | 101111 | 1010010 | 111101 |
Color Harmonies of #EDCB4A
Complementary color
Monochromatic Colors of #EDCB4A
Black with #EDCB4A
Text Example
Text Example
White with #EDCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB4A; }
p { color: rgb(237,203,74); }
H1.HeaderClassName
{
color: #EDCB4A;
}
.AnyTagClassName
{
color: #EDCB4A;
}
</style>
background-color css
<style>
a { background-color: #EDCB4A; }
a { background-color: rgb(237,203,74); }
div.DivClassName
{
background-color: #EDCB4A;
}
.BgClassName
{
background-color: #EDCB4A;
}
</style>
border-color css
<style>
span { border-color: #EDCB4A; }
span { border-color: rgb(237,203,74); }
td.TdClassName
{
border-color: #EDCB4A;
}
.TagClassName
{
border-color: #EDCB4A;
}
</style>