Shades of Festival #EDCA3E
Tints of Festival #EDCA3E
RGB
CMYK
RGB Variations
Color information
#EDCA3E (or 0xEDCA3E) is known color: Festival. HEX triplet: ED, CA and 3E. RGB value is (237,202,62). Sum of RGB (Red+Green+Blue) = 237+202+62=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCA3E is #1235C1. Grayscale: #C5C5C5. Windows color (decimal): -1193410 or 4115181. OLE color: 4115181.
HSL color Cylindrical-coordinate representation of color #EDCA3E: hue angle of 48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDCA3E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 202 | 62 | - |
CMYK | 0 | 0.15 | 0.74 | 0.07 |
HSL | 48º | 0.83% | 0.59% | - |
HSV(B) | 48º | 0.74% | 0.93% | - |
XYZ | 56.92 | 60.59 | 13.25 | - |
YUV | 196.51 | 52.1 | 156.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 202 | 62 | 0 | 0.15 | 0.74 | 0.07 | 48 | 0.83 | 0.59 |
Hex | ED | CA | 3E | 0 | F | 4A | 7 | 30 | 53 | 3B |
Octal | 355 | 312 | 76 | 0 | 17 | 112 | 7 | 60 | 123 | 73 |
Binary | 11101101 | 11001010 | 111110 | 0 | 1111 | 1001010 | 111 | 110000 | 1010011 | 111011 |
Color Harmonies of #EDCA3E
Complementary color
Monochromatic Colors of #EDCA3E
Black with #EDCA3E
Text Example
Text Example
White with #EDCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCA3E; }
p { color: rgb(237,202,62); }
H1.HeaderClassName
{
color: #EDCA3E;
}
.AnyTagClassName
{
color: #EDCA3E;
}
</style>
background-color css
<style>
a { background-color: #EDCA3E; }
a { background-color: rgb(237,202,62); }
div.DivClassName
{
background-color: #EDCA3E;
}
.BgClassName
{
background-color: #EDCA3E;
}
</style>
border-color css
<style>
span { border-color: #EDCA3E; }
span { border-color: rgb(237,202,62); }
td.TdClassName
{
border-color: #EDCA3E;
}
.TagClassName
{
border-color: #EDCA3E;
}
</style>