Shades of Festival #EED23D
Tints of Festival #EED23D
RGB
CMYK
RGB Variations
Color information
#EED23D (or 0xEED23D) is known color: Festival. HEX triplet: EE, D2 and 3D. RGB value is (238,210,61). Sum of RGB (Red+Green+Blue) = 238+210+61=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EED23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED23D is #112DC2. Grayscale: #CACACA. Windows color (decimal): -1125827 or 4051694. OLE color: 4051694.
HSL color Cylindrical-coordinate representation of color #EED23D: hue angle of 50.51º degrees, saturation: 0.84, 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 #EED23D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 61 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.51º | 0.84% | 0.59% | - |
| HSV(B) | 50.51º | 0.74% | 0.93% | - |
| XYZ | 59.15 | 64.61 | 13.77 | - |
| YUV | 201.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 61 | 0 | 0.12 | 0.74 | 0.07 | 50.51 | 0.84 | 0.59 |
| Hex | EE | D2 | 3D | 0 | C | 4A | 7 | 33 | 54 | 3B |
| Octal | 356 | 322 | 75 | 0 | 14 | 112 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010010 | 111101 | 0 | 1100 | 1001010 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED23D
Complementary color
Monochromatic Colors of #EED23D
Black with #EED23D
Text Example
Text Example
White with #EED23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED23D; }
p { color: rgb(238,210,61); }
H1.HeaderClassName
{
color: #EED23D;
}
.AnyTagClassName
{
color: #EED23D;
}
</style>
background-color css
<style>
a { background-color: #EED23D; }
a { background-color: rgb(238,210,61); }
div.DivClassName
{
background-color: #EED23D;
}
.BgClassName
{
background-color: #EED23D;
}
</style>
border-color css
<style>
span { border-color: #EED23D; }
span { border-color: rgb(238,210,61); }
td.TdClassName
{
border-color: #EED23D;
}
.TagClassName
{
border-color: #EED23D;
}
</style>