Shades of Golden Dream #EFC62A
Tints of Golden Dream #EFC62A
RGB
CMYK
RGB Variations
Color information
#EFC62A (or 0xEFC62A) is known color: Golden Dream. HEX triplet: EF, C6 and 2A. RGB value is (239,198,42). Sum of RGB (Red+Green+Blue) = 239+198+42=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC62A is #1039D5. Grayscale: #C1C1C1. Windows color (decimal): -1063382 or 2803439. OLE color: 2803439.
HSL color Cylindrical-coordinate representation of color #EFC62A: hue angle of 47.51º 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 #EFC62A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.06 |
| HSL | 47.51º | 0.86% | 0.55% | - |
| HSV(B) | 47.51º | 0.82% | 0.94% | - |
| XYZ | 56.21 | 58.91 | 10.6 | - |
| YUV | 192.48 | 43.08 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 42 | 0 | 0.17 | 0.82 | 0.06 | 47.51 | 0.86 | 0.55 |
| Hex | EF | C6 | 2A | 0 | 11 | 52 | 6 | 30 | 56 | 37 |
| Octal | 357 | 306 | 52 | 0 | 21 | 122 | 6 | 60 | 126 | 67 |
| Binary | 11101111 | 11000110 | 101010 | 0 | 10001 | 1010010 | 110 | 110000 | 1010110 | 110111 |
Color Harmonies of #EFC62A
Complementary color
Monochromatic Colors of #EFC62A
Black with #EFC62A
Text Example
Text Example
White with #EFC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC62A; }
p { color: rgb(239,198,42); }
H1.HeaderClassName
{
color: #EFC62A;
}
.AnyTagClassName
{
color: #EFC62A;
}
</style>
background-color css
<style>
a { background-color: #EFC62A; }
a { background-color: rgb(239,198,42); }
div.DivClassName
{
background-color: #EFC62A;
}
.BgClassName
{
background-color: #EFC62A;
}
</style>
border-color css
<style>
span { border-color: #EFC62A; }
span { border-color: rgb(239,198,42); }
td.TdClassName
{
border-color: #EFC62A;
}
.TagClassName
{
border-color: #EFC62A;
}
</style>