Shades of Golden Dream #EFC82C
Tints of Golden Dream #EFC82C
RGB
CMYK
RGB Variations
Color information
#EFC82C (or 0xEFC82C) is known color: Golden Dream. HEX triplet: EF, C8 and 2C. RGB value is (239,200,44). Sum of RGB (Red+Green+Blue) = 239+200+44=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82C is #1037D3. Grayscale: #C2C2C2. Windows color (decimal): -1062868 or 2935023. OLE color: 2935023.
HSL color Cylindrical-coordinate representation of color #EFC82C: hue angle of 48º 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 #EFC82C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.06 |
| HSL | 48º | 0.86% | 0.55% | - |
| HSV(B) | 48º | 0.82% | 0.94% | - |
| XYZ | 56.71 | 59.84 | 10.94 | - |
| YUV | 193.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 44 | 0 | 0.16 | 0.82 | 0.06 | 48 | 0.86 | 0.55 |
| Hex | EF | C8 | 2C | 0 | 10 | 52 | 6 | 30 | 56 | 37 |
| Octal | 357 | 310 | 54 | 0 | 20 | 122 | 6 | 60 | 126 | 67 |
| Binary | 11101111 | 11001000 | 101100 | 0 | 10000 | 1010010 | 110 | 110000 | 1010110 | 110111 |
Color Harmonies of #EFC82C
Complementary color
Monochromatic Colors of #EFC82C
Black with #EFC82C
Text Example
Text Example
White with #EFC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC82C; }
p { color: rgb(239,200,44); }
H1.HeaderClassName
{
color: #EFC82C;
}
.AnyTagClassName
{
color: #EFC82C;
}
</style>
background-color css
<style>
a { background-color: #EFC82C; }
a { background-color: rgb(239,200,44); }
div.DivClassName
{
background-color: #EFC82C;
}
.BgClassName
{
background-color: #EFC82C;
}
</style>
border-color css
<style>
span { border-color: #EFC82C; }
span { border-color: rgb(239,200,44); }
td.TdClassName
{
border-color: #EFC82C;
}
.TagClassName
{
border-color: #EFC82C;
}
</style>