Shades of Golden Dream #EFCE2A
Tints of Golden Dream #EFCE2A
RGB
CMYK
RGB Variations
Color information
#EFCE2A (or 0xEFCE2A) is known color: Golden Dream. HEX triplet: EF, CE and 2A. RGB value is (239,206,42). Sum of RGB (Red+Green+Blue) = 239+206+42=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE2A is #1031D5. Grayscale: #C5C5C5. Windows color (decimal): -1061334 or 2805487. OLE color: 2805487.
HSL color Cylindrical-coordinate representation of color #EFCE2A: hue angle of 49.95º 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 #EFCE2A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.06 |
| HSL | 49.95º | 0.86% | 0.55% | - |
| HSV(B) | 49.95º | 0.82% | 0.94% | - |
| XYZ | 58.09 | 62.66 | 11.22 | - |
| YUV | 197.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 42 | 0 | 0.14 | 0.82 | 0.06 | 49.95 | 0.86 | 0.55 |
| Hex | EF | CE | 2A | 0 | E | 52 | 6 | 32 | 56 | 37 |
| Octal | 357 | 316 | 52 | 0 | 16 | 122 | 6 | 62 | 126 | 67 |
| Binary | 11101111 | 11001110 | 101010 | 0 | 1110 | 1010010 | 110 | 110010 | 1010110 | 110111 |
Color Harmonies of #EFCE2A
Complementary color
Monochromatic Colors of #EFCE2A
Black with #EFCE2A
Text Example
Text Example
White with #EFCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE2A; }
p { color: rgb(239,206,42); }
H1.HeaderClassName
{
color: #EFCE2A;
}
.AnyTagClassName
{
color: #EFCE2A;
}
</style>
background-color css
<style>
a { background-color: #EFCE2A; }
a { background-color: rgb(239,206,42); }
div.DivClassName
{
background-color: #EFCE2A;
}
.BgClassName
{
background-color: #EFCE2A;
}
</style>
border-color css
<style>
span { border-color: #EFCE2A; }
span { border-color: rgb(239,206,42); }
td.TdClassName
{
border-color: #EFCE2A;
}
.TagClassName
{
border-color: #EFCE2A;
}
</style>