Shades of Golden Dream #EFD22C
Tints of Golden Dream #EFD22C
RGB
CMYK
RGB Variations
Color information
#EFD22C (or 0xEFD22C) is known color: Golden Dream. HEX triplet: EF, D2 and 2C. RGB value is (239,210,44). Sum of RGB (Red+Green+Blue) = 239+210+44=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD22C is #102DD3. Grayscale: #C8C8C8. Windows color (decimal): -1060308 or 2937583. OLE color: 2937583.
HSL color Cylindrical-coordinate representation of color #EFD22C: hue angle of 51.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFD22C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 44 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.06 |
| HSL | 51.08º | 0.86% | 0.55% | - |
| HSV(B) | 51.08º | 0.82% | 0.94% | - |
| XYZ | 59.1 | 64.63 | 11.74 | - |
| YUV | 199.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 44 | 0 | 0.12 | 0.82 | 0.06 | 51.08 | 0.86 | 0.55 |
| Hex | EF | D2 | 2C | 0 | C | 52 | 6 | 33 | 56 | 37 |
| Octal | 357 | 322 | 54 | 0 | 14 | 122 | 6 | 63 | 126 | 67 |
| Binary | 11101111 | 11010010 | 101100 | 0 | 1100 | 1010010 | 110 | 110011 | 1010110 | 110111 |
Color Harmonies of #EFD22C
Complementary color
Monochromatic Colors of #EFD22C
Black with #EFD22C
Text Example
Text Example
White with #EFD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD22C; }
p { color: rgb(239,210,44); }
H1.HeaderClassName
{
color: #EFD22C;
}
.AnyTagClassName
{
color: #EFD22C;
}
</style>
background-color css
<style>
a { background-color: #EFD22C; }
a { background-color: rgb(239,210,44); }
div.DivClassName
{
background-color: #EFD22C;
}
.BgClassName
{
background-color: #EFD22C;
}
</style>
border-color css
<style>
span { border-color: #EFD22C; }
span { border-color: rgb(239,210,44); }
td.TdClassName
{
border-color: #EFD22C;
}
.TagClassName
{
border-color: #EFD22C;
}
</style>